KeyboardIncrement Property
In This Topic
Gets or sets the KeyboardIncrement property. This dependency property indicates the distance that each press of an arrow key moves a C1GridSplitter control.
Syntax
'Declaration
Public Property KeyboardIncrement As Double
public double KeyboardIncrement {get; set;}
See Also