siGridSelectionMode Enum


Enumerations

enum   siGridSelectionMode {
  siSelectionCell = 0,
  siSelectionHeader = 1,
  siSelectionNone = 2
}

Detailed Description

Selection Mode for the cells of the GridWidget, see siUIGridSelectionMode in siPPGItemAttribute .
See also:
siPPGItemAttribute

GridWidget::IsCellSelected, GridWidget::IsCellSelected


Enumeration Type Documentation

enum siGridSelectionMode

Enumerator:
siSelectionCell  [0] Individual cells are selectable (Default behavior)
siSelectionHeader  [1] Entire columns or rows are selected by clicking in the header cells
siSelectionNone  [2] Nothing can be selected