siGridSelectionMode
 
 
 

siGridSelectionMode

Description

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

C# Syntax

siGridSelectionMode.siSelectionCell                                         // 0
siGridSelectionMode.siSelectionHeader                                       // 1
siGridSelectionMode.siSelectionNone                                         // 2
Constant Value Description
siSelectionCell 0 Individual cells are selectable (Default behavior) When in this mode, user can control multi selection using GridData API
siSelectionHeader 1 Entire columns or rows are selected by clicking in the header cells
siSelectionNone 2 Nothing can be selected

Applies To

siPPGItemAttribute

See Also

siGridDataMultiSelectionMode GridWidget.IsCellSelected GridWidget::IsCellSelected