Click or drag to resize
ParamNumberedRowHeaders Property
Gets or sets numbered row headers

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

Property Value

Type: Boolean
A value to show that row headers are numbered (1,2,3,...) or that they depend on row information, such as a title for a row.
See Also