IWpfTableControl2.ShowGroupingLine Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets a Boolean value indicating whether or not to show a veritcal line next to entries when grouping is applied.
public:
property bool ShowGroupingLine { bool get(); void set(bool value); };
public:
property bool ShowGroupingLine { bool get(); void set(bool value); };
public bool ShowGroupingLine { get; set; }
member this.ShowGroupingLine : bool with get, set
Public Property ShowGroupingLine As Boolean
Property Value
Remarks
This value controls wheter a vertical line next to entries will be displayed if entries are grouped.
If there is no grouping in the table, this value does not have any effect. The vertical line does not show in this case.