[]
        
(Showing Draft Content)

C1.Android.Grid.GridSelectedState

GridSelectedState Class

Specifies the selected state of a cell.

Inheritance
GridSelectedState
Namespace: C1.Android.Grid
Assembly: C1.Android.Grid.dll
Syntax
public sealed class GridSelectedState : Enum

Fields

Name Description
None

Cell is not selected.

Selected

Cell is selected.

value__