ShowHeaderCollapseButton Property (MultiRow<T>)
In This Topic
Gets or sets a value that determines whether the grid should display a button in the column header panel to allow users to collapse and expand the column headers.
Syntax
'Declaration
Public Property ShowHeaderCollapseButton As Boolean
public bool ShowHeaderCollapseButton {get; set;}
See Also