EnumAllowedGridViewRowInfoStates
Enum
Defines the allowed states of GridViewRowInfo.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
cs-api-definition
[Flags]
public enum AllowedGridViewRowInfoStates : short
Fields
All
Indicates that the instance of GridViewRowInfo have all applicable states
Declaration
cs-api-definition
All = Current | Selected | Expanadable
Field Value
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