Defines the allowed states of GridViewRowInfo.
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.GridView.dll
Syntax:
C#
[Flags]
public enum AllowedGridViewRowInfoStates : short
Fields
Indicates that the instance of GridViewRowInfo have all applicable states
C#
All = Current | Selected | Expanadable
Indicates that the instance of GridViewRowInfo can be current
C#
Current = 1
Indicates that the instance of GridViewRowInfo can be expanded
C#
Expanadable = 4
Indicates that the instance of GridViewRowInfo does not have states
C#
None = 0
Indicates that the instance of GridViewRowInfo can be selected
C#
Selected = 2