ClassIndentPresenter
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:
cs-api-definition
public class IndentPresenter : ItemsControl
Inheritance: objectIndentPresenter
Constructors
IndentPresenter()
Initializes a new instance of the IndentPresenter class.
Declaration
cs-api-definition
public IndentPresenter()
Fields
IndentLevelProperty
Identifies the IndentLevel dependency property.
Declaration
cs-api-definition
public static readonly DependencyProperty IndentLevelProperty
Field Value
DependencyProperty
Properties
IndentLevel
Gets or sets the indent level.
Declaration
cs-api-definition
public int IndentLevel { get; set; }
Property Value
The indent level.
Methods
OnInitialized(EventArgs)
Declaration
cs-api-definition
protected override void OnInitialized(EventArgs e)
Parameters
e