Enum AllowedGridViewRowInfoStates
Defines the allowed states of GridViewRowInfo.
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.GridView.dll
Syntax
[Flags]
public enum AllowedGridViewRowInfoStates : short
All
Indicates that the instance of GridViewRowInfo have all applicable states
Current
Indicates that the instance of GridViewRowInfo can be current
Expanadable
Indicates that the instance of GridViewRowInfo can be expanded
None
Indicates that the instance of GridViewRowInfo does not have states
Selected
Indicates that the instance of GridViewRowInfo can be selected