Class PropertyGridPresenter
Inheritance
System.Object
PropertyGridPresenter
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridPresenter : ContentPresenter, IWeakEventListener<ItemChangedEventArgs<GroupDefinition>>
Constructors
PropertyGridPresenter()
Declaration
public PropertyGridPresenter()
Fields
AutoExpandGroupsProperty
Declaration
public static readonly DependencyProperty AutoExpandGroupsProperty
Field Value
Microsoft.
|
FilterTextProperty
Declaration
public static readonly DependencyProperty FilterTextProperty
Field Value
Microsoft.
|
IsGroupedProperty
Declaration
public static readonly DependencyProperty IsGroupedProperty
Field Value
Microsoft.
|
LabelColumnWidthProperty
Declaration
public static readonly DependencyProperty LabelColumnWidthProperty
Field Value
Microsoft.
|
PropertyDefinitionsProperty
Declaration
public static readonly DependencyProperty PropertyDefinitionsProperty
Field Value
Microsoft.
|
PropertyGridLayoutStateProperty
Declaration
public static readonly DependencyProperty PropertyGridLayoutStateProperty
Field Value
Microsoft.
|
SearchInNestedPropertiesProperty
Declaration
public static readonly DependencyProperty SearchInNestedPropertiesProperty
Field Value
Microsoft.
|
SelectedPropertyDefinitionProperty
Declaration
public static readonly DependencyProperty SelectedPropertyDefinitionProperty
Field Value
Microsoft.
|
Properties
AutoExpandGroups
Declaration
public bool AutoExpandGroups { get; }
Property Value
System.
|
FilterText
Declaration
public string FilterText { get; set; }
Property Value
System.
|
IsGrouped
Declaration
public bool IsGrouped { get; set; }
Property Value
System.
|
LabelColumnWidth
Declaration
public GridLength LabelColumnWidth { get; set; }
Property Value
Microsoft.
|
PropertyDefinitions
Declaration
public PropertyDefinitionCollection PropertyDefinitions { get; set; }
Property Value
PropertyGridLayoutState
Declaration
public PropertyGridLayoutStates PropertyGridLayoutState { get; set; }
Property Value
SearchInNestedProperties
Declaration
public bool SearchInNestedProperties { get; set; }
Property Value
System.
|
SelectedPropertyDefinition
Declaration
public PropertyDefinition SelectedPropertyDefinition { get; set; }
Property Value
Methods
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|