Click or drag to resize
ParamEnableHorizontalSorting Property
Gets or sets row sorting when double-clicked.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
[DefaultValueAttribute(false)]
public bool EnableHorizontalSorting { get; set; }

Property Value

Type: Boolean
true if sorting the grid by a specific row is enabled when the user double-clicks the header.
See Also