Enum
AllowedGridViewRowInfoStates

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

AllowedGridViewRowInfoStates

Current

Indicates that the instance of GridViewRowInfo can be current

Declaration

cs-api-definition
Current = 1

Field Value

AllowedGridViewRowInfoStates

Expanadable

Indicates that the instance of GridViewRowInfo can be expanded

Declaration

cs-api-definition
Expanadable = 4

Field Value

AllowedGridViewRowInfoStates

None

Indicates that the instance of GridViewRowInfo does not have states

Declaration

cs-api-definition
None = 0

Field Value

AllowedGridViewRowInfoStates

Selected

Indicates that the instance of GridViewRowInfo can be selected

Declaration

cs-api-definition
Selected = 2

Field Value

AllowedGridViewRowInfoStates

In this article
DefinitionFieldsAllCurrentExpanadableNoneSelected
Not finding the help you need?
Contact Support