IsTabStop Property (C1DateTimeSelector)
In This Topic
Gets or sets a value that indicates whether a control is included in tab navigation.
Syntax
'Declaration
Public Shadows Property IsTabStop As Boolean
public new bool IsTabStop {get; set;}
See Also