RowHeaderFontFamily Property
In This Topic
Gets or sets the font family applied to row header cells.
Syntax
'Declaration
Public Property RowHeaderFontFamily As String
'Usage
Dim instance As GridBase
Dim value As String
instance.RowHeaderFontFamily = value
value = instance.RowHeaderFontFamily
public string RowHeaderFontFamily {get; set;}
See Also