RadPropertyGrid
Class
Definition
Namespace:Telerik.WebAii.Controls.Xaml.Wpf
Assembly:Telerik.WebAii.Controls.Xaml.Wpf.dll
Syntax:
C#
public class RadPropertyGrid : Control, IAutomationPeer, IPeerConverter, IRadPropertyGrid, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementWpfTestElementControlRadPropertyGrid...
Implements:
Inherited Members
Constructors
C#
public RadPropertyGrid()
Properties
C#
public TextBlock DescriptionContentTextBlock { get; }
C#
public TextBlock DescriptionLabelTextBlock { get; }
C#
public Dictionary<string, FrameworkElement> Editors { get; }
C#
public bool? EnableDeferredFiltering { get; set; }
C#
public Dictionary<string, PropertyGridField> Fields { get; }
C#
public RadRadioButton GroupButton { get; }
GroupItems
IList<RadToggleButton>
C#
public IList<RadToggleButton> GroupItems { get; }
C#
public bool IsReadOnly { get; set; }
C#
public Visibility NestedPropertiesVisibility { get; set; }
C#
public TextBox SearchAsYouTypeTextBox { get; }
C#
public RadRadioButton SortButton { get; }