UIControlRowHeaderCustomLabels Property
Gets or sets an array of custom labels for row header.
Namespace: BeeMobile.DataGridAssembly: BeeMobile.DataGrid.NET48 (in BeeMobile.DataGrid.NET48.dll) Version: 4.8.1.19
public virtual string[] CustomLabels { get; set; }
Public Overridable Property CustomLabels As String()
Get
Set
Property Value
String
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.