[]
        
(Showing Draft Content)

C1.WPF.FlexGrid.SelectedState

SelectedState Enum

Specifies the selected state of a cell.

Namespace: C1.WPF.FlexGrid
Assembly: C1.WPF.FlexGrid.4.6.2.dll
Syntax
public enum SelectedState

Fields

Name Description
Cursor

Cell is selected and contains the grid cursor.

None

Cell is not selected.

Selected

Cell is selected but does not contain the grid cursor.