RowHeaderPath Property (TransposedGrid<T>)
In This Topic
Gets or sets the name of the property used to create row header cells.
Syntax
'Declaration
Public Overridable Property RowHeaderPath As String
public virtual string RowHeaderPath {get; set;}
See Also