Presents sorted or grouped fields in PropertyGrid.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
public class PropertyGridPresenter : ContentPresenter
Inheritance: objectPropertyGridPresenter
Constructors
Initializes a new instance of the PropertyGridPresenter class.
public PropertyGridPresenter()
Fields
FilterTextProperty
DependencyProperty
Represents the FilterText dependency property.
public static readonly DependencyProperty FilterTextProperty
IsGroupedProperty
DependencyProperty
Represents the IsGrouped dependency property.
public static readonly DependencyProperty IsGroupedProperty
LabelColumnWidthProperty
DependencyProperty
Represents the LabelColumnWidth dependency property.
public static readonly DependencyProperty LabelColumnWidthProperty
PropertyDefinitionsProperty
DependencyProperty
Represents the PropertyDefinitions dependency property.
public static readonly DependencyProperty PropertyDefinitionsProperty
PropertyGridLayoutStateProperty
DependencyProperty
Represents the PropertyGridLayout DependencyProperty.
public static readonly DependencyProperty PropertyGridLayoutStateProperty
RenderModeProperty
DependencyProperty
Represents the RenderMode dependency property.
public static readonly DependencyProperty RenderModeProperty
SearchInNestedPropertiesProperty
DependencyProperty
Represents the SearchInNestedProperties property.
public static readonly DependencyProperty SearchInNestedPropertiesProperty
SelectedPropertyDefinitionProperty
DependencyProperty
Represents the SelectedPropertyDefinition.
public static readonly DependencyProperty SelectedPropertyDefinitionProperty
Properties
A string used to filter properties with the search-as-you-type box.
public string FilterText { get; set; }
Gets or sets a value that indicates whether the parent RadPropertyGrid is grouped.
public bool IsGrouped { get; set; }
The is grouped.
LabelColumnWidth
GridLength
Gets or Sets the width of the first column.
public GridLength LabelColumnWidth { get; set; }
u A collection of property definitions to be displayed.
public PropertyDefinitionCollection PropertyDefinitions { get; set; }
Gets or sets the state of the property grid layout.
public PropertyGridLayoutStates PropertyGridLayoutState { get; set; }
The state of the property grid layout.
Gets or sets the render mode.
public RenderMode RenderMode { get; set; }
The rendering mode.
Gets or sets a value indicating whether [search in nested properties].
public bool SearchInNestedProperties { get; set; }
true if [search in nested properties]; otherwise, false.
Gets or sets the selected property definition.
public PropertyDefinition SelectedPropertyDefinition { get; set; }
Methods
OnCreateAutomationPeer()
AutomationPeer
Returns class-specific AutomationPeer implementations for the Windows Presentation Foundation (WPF) infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The type-specific AutomationPeer implementation.