IndentPresenter
Class
IndentPresenter is a presenter for Indent cells for any row used when RadGridView is grouped.
Definition
Namespace:Telerik.Windows.Controls.GridView
Assembly:Telerik.Windows.Controls.GridView.dll
Syntax:
C#
public class IndentPresenter : ItemsControl
Inheritance: objectIndentPresenter
Constructors
Initializes a new instance of the IndentPresenter class.
C#
public IndentPresenter()
Fields
IndentLevelProperty
DependencyProperty
Identifies the IndentLevel dependency property.
C#
public static readonly DependencyProperty IndentLevelProperty
Properties
Gets or sets the indent level.
C#
public int IndentLevel { get; set; }
The indent level.