Class
PropertyGridIndentPresenter

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:

cs-api-definition
public class PropertyGridIndentPresenter : ItemsControl

Inheritance: objectPropertyGridIndentPresenter

Constructors

PropertyGridIndentPresenter()

Initializes a new instance of the PropertyGridIndentPresenter class.

Declaration

cs-api-definition
public PropertyGridIndentPresenter()

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

int

The indent level.

Methods

OnInitialized(EventArgs)

Raises the event. This method is invoked whenever is set to true internally.

Declaration

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.