Interface IRadPropertyGrid
Inherited Members
Namespace: Telerik.WebAii.Controls.Xaml
Assembly: Telerik.WebAii.Controls.Xaml.dll
Syntax
public interface IRadPropertyGrid : IControl, IFrameworkElement, ITargetElement
Properties
DescriptionContentTextBlock
DescriptionLabelTextBlock
Editors
Declaration
IDictionary<string, IFrameworkElement> Editors { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, IFrameworkElement>
|
EnableDeferredFiltering
Declaration
bool? EnableDeferredFiltering { get; set; }
Property Value
System.Nullable<System.Boolean>
|
Fields
Declaration
IDictionary<string, IPropertyGridField> Fields { get; }
Property Value
System.Collections.Generic.IDictionary<System.String, IPropertyGridField>
|
GroupButton
IsEnabled
Declaration
bool IsEnabled { get; set; }
Property Value
System.Boolean
|
IsGrouped
Declaration
bool IsGrouped { get; set; }
Property Value
System.Boolean
|
IsReadOnly
Declaration
bool IsReadOnly { get; set; }
Property Value
System.Boolean
|
NestedPropertiesVisibility
SearchAsYouTypeTextBox
SortButton
Methods
CollapseNestedProperty(String)
Declaration
void CollapseNestedProperty(string textBlockText)
Parameters
System.String
textBlockText
|
ExpandNestedProperty(String)
Declaration
void ExpandNestedProperty(string textBlockText)
Parameters
System.String
textBlockText
|
FindEditorTypeName(String)
Declaration
string FindEditorTypeName(string textBlockText)
Parameters
System.String
textBlockText
|
Returns
System.String
|