Share via


IWpfTableControl2.ShowGroupingLine Property

Definition

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.

Applies to