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.Collections.Generic.Dictionary<System.String, FrameworkElement>
|
EnableDeferredFiltering
Declaration
public bool? EnableDeferredFiltering { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Fields
Declaration
public Dictionary<string, PropertyGridField> Fields { get; }
Property Value
System.Collections.Generic.Dictionary<System.String, PropertyGridField>
|
GroupButton
GroupItems
Declaration
public IList<RadToggleButton> GroupItems { get; }
Property Value
System.Collections.Generic.IList<RadToggleButton>
|
IsEnabled
Declaration
public bool IsEnabled { get; set; }
Property Value
System.Boolean
|
Implements
IsGrouped
Declaration
public bool IsGrouped { get; set; }
Property Value
System.Boolean
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
NestedPropertiesVisibility
SearchAsYouTypeTextBox
SortButton
Methods
CollapseNestedProperty(String)
Declaration
public void CollapseNestedProperty(string textBlockText)
Parameters
System.String
textBlockText
|
ExpandNestedProperty(String)
Declaration
public void ExpandNestedProperty(string textBlockText)
Parameters
System.String
textBlockText
|
FindEditorTypeName(String)
Declaration
public string FindEditorTypeName(string textBlockText)
Parameters
System.String
textBlockText
|
Returns
System.String
|
Explicit Interface Implementations
IRadPropertyGrid.CollapseNestedProperty(String)
Declaration
void IRadPropertyGrid.CollapseNestedProperty(string textBlockText)
Parameters
System.String
textBlockText
|
Implements
IRadPropertyGrid.DescriptionContentTextBlock
Declaration
ITextBlock IRadPropertyGrid.DescriptionContentTextBlock { get; }
Returns
ITextBlock
|
Implements
IRadPropertyGrid.DescriptionLabelTextBlock
Declaration
ITextBlock IRadPropertyGrid.DescriptionLabelTextBlock { get; }
Returns
ITextBlock
|
Implements
IRadPropertyGrid.Editors
Declaration
IDictionary<string, IFrameworkElement> IRadPropertyGrid.Editors { get; }
Returns
System.Collections.Generic.IDictionary<System.String, IFrameworkElement>
|
Implements
IRadPropertyGrid.EnableDeferredFiltering
Declaration
bool? IRadPropertyGrid.EnableDeferredFiltering { get; set; }
Returns
System.Nullable<System.Boolean>
|
Implements
IRadPropertyGrid.ExpandNestedProperty(String)
Declaration
void IRadPropertyGrid.ExpandNestedProperty(string textBlockText)
Parameters
System.String
textBlockText
|
Implements
IRadPropertyGrid.Fields
Declaration
IDictionary<string, IPropertyGridField> IRadPropertyGrid.Fields { get; }
Returns
System.Collections.Generic.IDictionary<System.String, IPropertyGridField>
|
Implements
IRadPropertyGrid.FindEditorTypeName(String)
Declaration
string IRadPropertyGrid.FindEditorTypeName(string textBlockText)
Parameters
System.String
textBlockText
|
Returns
System.String
|
Implements
IRadPropertyGrid.GroupButton
Declaration
IRadRadioButton IRadPropertyGrid.GroupButton { get; }
Returns
IRadRadioButton
|
Implements
IRadPropertyGrid.IsEnabled
Declaration
bool IRadPropertyGrid.IsEnabled { get; set; }
Returns
System.Boolean
|
Implements
IRadPropertyGrid.IsGrouped
Declaration
bool IRadPropertyGrid.IsGrouped { get; set; }
Returns
System.Boolean
|
Implements
IRadPropertyGrid.IsReadOnly
Declaration
bool IRadPropertyGrid.IsReadOnly { get; set; }
Returns
System.Boolean
|
Implements
IRadPropertyGrid.NestedPropertiesVisibility
Declaration
Visibility IRadPropertyGrid.NestedPropertiesVisibility { get; set; }
Returns
Visibility
|