Interface
IRadPropertyGrid

Definition

Namespace:Telerik.WebAii.Controls.Xaml

Assembly:Telerik.WebAii.Controls.Xaml.dll

Syntax:

cs-api-definition
public interface IRadPropertyGrid : IControl, IFrameworkElement, ITargetElement

Derived Classes: RadPropertyGridRadPropertyGrid

Inherited Members IFrameworkElement.CastAs<T>()IFrameworkElement.Parent<T>()IFrameworkElement.SetProxy(bool)IFrameworkElement.SetUid(string)IFrameworkElement.SetFindInfo(VisualFindInfo)IFrameworkElement.SetXamlTag(string)IFrameworkElement.AssignReference(AutomationReference)IFrameworkElement.SetFocus()IFrameworkElement.GetAutomationProperty(string)IFrameworkElement.GetProperty<T>(string)IFrameworkElement.GetPropertyTypeSafe(string)IFrameworkElement.SetProperty(string, object)IFrameworkElement.ScrollToVisible()IFrameworkElement.UserIFrameworkElement.FindIFrameworkElement.WaitIFrameworkElement.NameIFrameworkElement.AbsoluteSiblingTagIndexIFrameworkElement.ActualWidthIFrameworkElement.ActualHeightIFrameworkElement.TextIFrameworkElement.ToolTipTextIFrameworkElement.TextBlockContentIFrameworkElement.TextLiteralContentIFrameworkElement.ComputedVisibilityIFrameworkElement.UidITargetElement.Match(IFindExpression)ITargetElement.SetDepth(int)ITargetElement.AddChildNode(ITargetElement)ITargetElement.SetClosingTag(ITargetElement)ITargetElement.GetChildren()ITargetElement.GetParent()ITargetElement.GetHostParent()ITargetElement.SetParent(ITargetElement)ITargetElement.Refresh()ITargetElement.GetUniqueHashCode()ITargetElement.GetRectangle()ITargetElement.Capture()ITargetElement.CaptureImage()ITargetElement.GetStringPresentation()ITargetElement.TechnologyTypeITargetElement.DepthITargetElement.IsTestRegionITargetElement.ParsedElementITargetElement.Host

Properties

DescriptionContentTextBlock

Declaration

cs-api-definition
ITextBlock DescriptionContentTextBlock { get; }

Property Value

ITextBlock

DescriptionLabelTextBlock

Declaration

cs-api-definition
ITextBlock DescriptionLabelTextBlock { get; }

Property Value

ITextBlock

Editors

Declaration

cs-api-definition
IDictionary<string, IFrameworkElement> Editors { get; }

Property Value

IDictionary<string, IFrameworkElement>

EnableDeferredFiltering

Declaration

cs-api-definition
bool? EnableDeferredFiltering { get; set; }

Property Value

bool?

Fields

Declaration

cs-api-definition
IDictionary<string, IPropertyGridField> Fields { get; }

Property Value

IDictionary<string, IPropertyGridField>

GroupButton

Declaration

cs-api-definition
IRadRadioButton GroupButton { get; }

Property Value

IRadRadioButton

IsEnabled

Declaration

cs-api-definition
bool IsEnabled { get; set; }

Property Value

bool

IsGrouped

Declaration

cs-api-definition
bool IsGrouped { get; set; }

Property Value

bool

IsReadOnly

Declaration

cs-api-definition
bool IsReadOnly { get; set; }

Property Value

bool

NestedPropertiesVisibility

Declaration

cs-api-definition
Visibility NestedPropertiesVisibility { get; set; }

Property Value

Visibility

SearchAsYouTypeTextBox

Declaration

cs-api-definition
ITextBox SearchAsYouTypeTextBox { get; }

Property Value

ITextBox

SortButton

Declaration

cs-api-definition
IRadRadioButton SortButton { get; }

Property Value

IRadRadioButton

Methods

CollapseNestedProperty(string)

Declaration

cs-api-definition
void CollapseNestedProperty(string textBlockText)

Parameters

textBlockText

string

ExpandNestedProperty(string)

Declaration

cs-api-definition
void ExpandNestedProperty(string textBlockText)

Parameters

textBlockText

string

FindEditorTypeName(string)

Declaration

cs-api-definition
string FindEditorTypeName(string textBlockText)

Parameters

textBlockText

string

Returns

string