ClassRadPropertyGrid
Definition
Namespace:Telerik.WebAii.Controls.Xaml
Assembly:Telerik.WebAii.Controls.Xaml.dll
Syntax:
public class RadPropertyGrid : Control, IAutomationPeer, IPeerConverter, IRadPropertyGrid, IControl, IFrameworkElement, ITargetElement
Inheritance: objectAutomationObject<FrameworkElement>FrameworkElementSilverlightTestElementControlRadPropertyGrid
Implements:
Inherited Members
Constructors
RadPropertyGrid()
Declaration
public RadPropertyGrid()
Properties
DescriptionContentTextBlock
Get the Description content textblock of RadPropertyGrid.
Declaration
public TextBlock DescriptionContentTextBlock { get; }
Property Value
DescriptionLabelTextBlock
Get the Description label textblock of RadPropertyGrid.
Declaration
public TextBlock DescriptionLabelTextBlock { get; }
Property Value
Editors
Get the list of RadPropertyGrid editors.
Declaration
public Dictionary<string, FrameworkElement> Editors { get; }
Property Value
EnableDeferredFiltering
Get/Set the EnableDeferredFiltering property of RadPropertyGrid.
Declaration
public bool? EnableDeferredFiltering { get; set; }
Property Value
bool?
Fields
Get the list of RadPropertyGrid fields.
Declaration
public Dictionary<string, PropertyGridField> Fields { get; }
Property Value
GroupButton
Get the group button of RadPropertyGrid.
Declaration
public RadRadioButton GroupButton { get; }
Property Value
GroupItems
Gets the RadToggleButtons collection representing the group items of the RadPropertyGrid
Declaration
public IList<RadToggleButton> GroupItems { get; }
Property Value
IsEnabled
Get/Set the IsEnabled property of RadPropertyGrid.
IsGrouped
Get/Set the IsGrouped property of RadPropertyGrid.
IsReadOnly
Get/Set the IsReadOnly property of RadPropertyGrid.
NestedPropertiesVisibility
Get/Set the IsNested property of RadPropertyGrid.
Declaration
public Visibility NestedPropertiesVisibility { get; set; }
Property Value
SearchAsYouTypeTextBox
Get the Search as you type textbox of RadPropertyGrid.
SortButton
Get the sort button of RadPropertyGrid.
Declaration
public RadRadioButton SortButton { get; }
Property Value
Methods
CollapseNestedProperty(string)
Collapse a nested property.
Declaration
public void CollapseNestedProperty(string textBlockText)
Parameters
textBlockText
ExpandNestedProperty(string)
Expand a nested property.
Declaration
public void ExpandNestedProperty(string textBlockText)
Parameters
textBlockText
FindEditorTypeName(string)
Find a property field editor.