Class PropertyGridField
Inheritance
System.Object
PropertyGridField
Namespace: Telerik.UI.Xaml.Controls.Data.PropertyGrid
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class PropertyGridField : ContentControl
Constructors
PropertyGridField()
Declaration
public PropertyGridField()
Fields
IsCurrentProperty
Declaration
public static readonly DependencyProperty IsCurrentProperty
Field Value
Microsoft.
|
IsExpandedProperty
Declaration
public static readonly DependencyProperty IsExpandedProperty
Field Value
Microsoft.
|
IsMouseOverProperty
Declaration
public static readonly DependencyProperty IsMouseOverProperty
Field Value
Microsoft.
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Microsoft.
|
IsSelectedChangedEvent
IsSelectedProperty
Declaration
public static readonly DependencyProperty IsSelectedProperty
Field Value
Microsoft.
|
ShouldDisplayNestedItemsControlProperty
Declaration
public static readonly DependencyProperty ShouldDisplayNestedItemsControlProperty
Field Value
Microsoft.
|
ShouldDisplayNestedItemsControlPropertyKey
Declaration
public static readonly DependencyPropertyKey ShouldDisplayNestedItemsControlPropertyKey
Field Value
ShouldDisplayNestedPropertiesProperty
Declaration
public static readonly DependencyProperty ShouldDisplayNestedPropertiesProperty
Field Value
Microsoft.
|
ShouldDisplayNestedPropertiesPropertyKey
Declaration
public static readonly DependencyPropertyKey ShouldDisplayNestedPropertiesPropertyKey
Field Value
Properties
IndentLevel
Declaration
public int IndentLevel { get; }
Property Value
System.
|
IsCurrent
Declaration
public bool IsCurrent { get; }
Property Value
System.
|
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.
|
IsMouseOver
Declaration
public bool IsMouseOver { get; }
Property Value
System.
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.
|
Label
Declaration
public TextBlock Label { get; }
Property Value
Microsoft.
|
ParentPropertyGrid
ShouldDisplayNestedItemsControl
Declaration
public bool ShouldDisplayNestedItemsControl { get; }
Property Value
System.
|
ShouldDisplayNestedProperties
Declaration
public bool ShouldDisplayNestedProperties { get; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
OnIsCurrentChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
protected static void OnIsCurrentChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.
|
Microsoft.
|
OnIsExpandedChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
protected static void OnIsExpandedChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.
|
Microsoft.
|
OnIsSelectedChanged(DependencyObject, DependencyPropertyChangedEventArgs)
Declaration
protected static void OnIsSelectedChanged(DependencyObject sender, DependencyPropertyChangedEventArgs args)
Parameters
Microsoft.
|
Microsoft.
|
OnIsSelectedChanged(Boolean)
Declaration
protected virtual void OnIsSelectedChanged(bool isSelected)
Parameters
System.
|
OnPointerEntered(PointerRoutedEventArgs)
Declaration
protected override void OnPointerEntered(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnPointerExited(PointerRoutedEventArgs)
Declaration
protected override void OnPointerExited(PointerRoutedEventArgs e)
Parameters
Microsoft.
|
OnTapDown()
Declaration
protected virtual void OnTapDown()
OnUnloaded(Object, RoutedEventArgs)
Declaration
protected virtual void OnUnloaded(object sender, RoutedEventArgs e)
Parameters
System.
|
Microsoft.
|
Events
IsSelectedChanged
Declaration
public event EventHandler<PropertyGridFieldEventArgs> IsSelectedChanged
Event Type
System.
|