Class IndentPresenter
IndentPresenter is a presenter for Indent cells for any row used when RadGridView is grouped.
Inheritance
System.Object
IndentPresenter
Namespace: Telerik.Windows.Controls.GridView
Assembly: Telerik.Windows.Controls.GridView.dll
Syntax
public class IndentPresenter : ItemsControl
Constructors
IndentPresenter()
Fields
IndentLevelProperty
Identifies the IndentLevel dependency property.
Declaration
public static readonly DependencyProperty IndentLevelProperty
Field Value
System.Windows.DependencyProperty
|
Properties
IndentLevel
Gets or sets the indent level.
Declaration
public int IndentLevel { get; set; }
Property Value
System.Int32
The indent level. |
Methods
OnInitialized(EventArgs)
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System.EventArgs
e
|