Indented Property
See Also 
Xceed.Wpf.DataGrid Assembly > Xceed.Wpf.DataGrid Namespace > GroupLevelIndicatorPane Class : Indented Property

Gets or sets a value indicating whether the group-level indicator pane is indented.

Syntax

Visual Basic (Declaration) 
Public Property Indented As Boolean
C# 
public bool Indented {get; set;}

Return Value

true if the group-level indicator pane is indented; false otherwise.

Requirements

Supported Frameworks: Microsoft .NET Framework version 3.5

See Also