Class PropertyGridIndentPresenter
IndentPresenter is a presenter for Indent cells in nested property definitions of
Rad
Inheritance
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
public class PropertyGridIndentPresenter : ItemsControl
Constructors
PropertyGridIndentPresenter()
Initializes a new instance of the Property
Declaration
public PropertyGridIndentPresenter()
Fields
IndentLevelProperty
Identifies the Indent
Declaration
public static readonly DependencyProperty IndentLevelProperty
Field Value
System.
|
Properties
IndentLevel
Gets or sets the indent level.
Declaration
public int IndentLevel { get; set; }
Property Value
System. The indent level. |
Methods
OnInitialized(EventArgs)
Raises the System.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
System. The System. |