UIControlRowHeaderCustomLabels Property

Gets or sets an array of custom labels for row header.

Definition

Namespace: BeeMobile.DataGrid
Assembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
C#
public virtual string[] CustomLabels { get; set; }

Property Value

String

Remarks

If you set this property to an array of strings, this array of strings will be used as texts for each of the rows instead of the row index. Note that this property overrides the ShowRowIndex property. Even if ShowRowIndex is set to False, the texts from this property will still be drawn for the row headers. If you want no row headers to be displayed, you should assign an empty string array to this property which contains zero string items.

See Also