IndentPresenter is a presenter for Indent cells in nested property definitions of RadPropertyGrid.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
C#
public class PropertyGridIndentPresenter : ItemsControl
Inheritance: objectPropertyGridIndentPresenter
Constructors
Initializes a new instance of the PropertyGridIndentPresenter class.
C#
public PropertyGridIndentPresenter()
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.
Methods
Raises the event. This method is invoked whenever is set to true internally.
C#
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.