Click or drag to resize
ParamEnableVerticalSorting Property
Gets or sets column sorting when double-clicked.

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

Property Value

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