Class PropertyGridIndentPresenter
IndentPresenter is a presenter for Indent cells in nested property definitions of RadPropertyGrid.
Inheritance
System.Object
PropertyGridIndentPresenter
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 PropertyGridIndentPresenter class.
Declaration
public PropertyGridIndentPresenter()
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. |