Class RadPropertyGrid
Inheritance
System.Object
RadPropertyGrid
Inherited Members
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public class RadPropertyGrid : Control, IAutomationPeer, IPeerConverter, IRadPropertyGrid, IControl, IFrameworkElement, ITargetElement
Constructors
RadPropertyGrid()
Declaration
public RadPropertyGrid()
Properties
DescriptionContentTextBlock
DescriptionLabelTextBlock
Editors
Declaration
public Dictionary<string, FrameworkElement> Editors { get; }
Property Value
System.
|
EnableDeferredFiltering
Declaration
public bool? EnableDeferredFiltering { get; set; }
Property Value
System.
|
Fields
Declaration
public Dictionary<string, PropertyGridField> Fields { get; }
Property Value
System.
|
GroupButton
GroupItems
Declaration
public IList<RadToggleButton> GroupItems { get; }
Property Value
System.
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.
|
Implements
IsGrouped
Declaration
public bool IsGrouped { get; set; }
Property Value
System.
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
NestedPropertiesVisibility
SearchAsYouTypeTextBox
SortButton
Methods
CollapseNestedProperty(String)
Declaration
public void CollapseNestedProperty(string textBlockText)
Parameters
System.
|
ExpandNestedProperty(String)
Declaration
public void ExpandNestedProperty(string textBlockText)
Parameters
System.
|
FindEditorTypeName(String)
Declaration
public string FindEditorTypeName(string textBlockText)
Parameters
System.
|
Returns
System.
|
Explicit Interface Implementations
IRadPropertyGrid.CollapseNestedProperty(String)
Declaration
void IRadPropertyGrid.CollapseNestedProperty(string textBlockText)
Parameters
System.
|
Implements
IRadPropertyGrid.DescriptionContentTextBlock
Declaration
ITextBlock IRadPropertyGrid.DescriptionContentTextBlock { get; }
Returns
Implements
IRadPropertyGrid.DescriptionLabelTextBlock
Declaration
ITextBlock IRadPropertyGrid.DescriptionLabelTextBlock { get; }
Returns
Implements
IRadPropertyGrid.Editors
Declaration
IDictionary<string, IFrameworkElement> IRadPropertyGrid.Editors { get; }
Returns
System.
|
Implements
IRadPropertyGrid.EnableDeferredFiltering
Declaration
bool? IRadPropertyGrid.EnableDeferredFiltering { get; set; }
Returns
System.
|
Implements
IRadPropertyGrid.ExpandNestedProperty(String)
Declaration
void IRadPropertyGrid.ExpandNestedProperty(string textBlockText)
Parameters
System.
|
Implements
IRadPropertyGrid.Fields
Declaration
IDictionary<string, IPropertyGridField> IRadPropertyGrid.Fields { get; }
Returns
System.
|
Implements
IRadPropertyGrid.FindEditorTypeName(String)
Declaration
string IRadPropertyGrid.FindEditorTypeName(string textBlockText)
Parameters
System.
|
Returns
System.
|
Implements
IRadPropertyGrid.GroupButton
Declaration
IRadRadioButton IRadPropertyGrid.GroupButton { get; }
Returns
Implements
IRadPropertyGrid.IsEnabled
Declaration
bool IRadPropertyGrid.IsEnabled { get; set; }
Returns
System.
|
Implements
IRadPropertyGrid.IsGrouped
Declaration
bool IRadPropertyGrid.IsGrouped { get; set; }
Returns
System.
|
Implements
IRadPropertyGrid.IsReadOnly
Declaration
bool IRadPropertyGrid.IsReadOnly { get; set; }
Returns
System.
|
Implements
IRadPropertyGrid.NestedPropertiesVisibility
Declaration
Visibility IRadPropertyGrid.NestedPropertiesVisibility { get; set; }
Returns
Implements
IRadPropertyGrid.SearchAsYouTypeTextBox
Declaration
ITextBox IRadPropertyGrid.SearchAsYouTypeTextBox { get; }
Returns
Implements
IRadPropertyGrid.SortButton
Declaration
IRadRadioButton IRadPropertyGrid.SortButton { get; }