Click or drag to resize
ParamSpecialMode Property
Gets or sets list box behavior.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(typeof(ListBoxMode), "None")]
public ListBoxMode SpecialMode { get; set; }

Property Value

Type: ListBoxMode
Remarks
This property enables the specified special mode. Call this property for using the grid as single or multiple selection list box.

In single selection list box mode, setting the current cell always results in selecting the associated row.

In multiple selection list box mode, setting the current cell always results in selecting the associated row. By pressing CTRL, several rows can be selected. By pressing SHIFT, the last selection can be extended.

See Also