MindFusion.Wpf Pack Programmer's Guide
RowHeader.ShowExpandButton Property
See Also
 





Gets or sets a value indicating whether the expand/collapse button displayed in this header is visible. This is a dependency property.

Namespace: MindFusion.DataViews.Wpf
Assembly: MindFusion.DataViews.Wpf

 Syntax

C#  Copy Code

public bool ShowExpandButton { get; set; }

Visual Basic  Copy Code

Public Property ShowExpandButton As Boolean

 Property Value

true to show the expand/collapse button; otherwise, false.

 See Also

RowHeader Members
RowHeader Class
MindFusion.DataViews.Wpf Namespace