Class PropertyGridField
Inheritance
System.Object
PropertyGridField
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 PropertyGridField : ContentControl, IAutomationPeer, IPeerConverter, IPropertyGridField, IContentControl, IControl, IFrameworkElement, ITargetElement
Constructors
PropertyGridField()
Declaration
public PropertyGridField()
Properties
Editor
FieldLabelN
IsExpanded
Declaration
public bool IsExpanded { get; set; }
Property Value
System.Boolean
|
IsSelected
Declaration
public bool IsSelected { get; set; }
Property Value
System.Boolean
|
NavigatorIndicator
NestedPropertiesButton
SingleEditLabel
Explicit Interface Implementations
IPropertyGridField.Editor
Declaration
IFrameworkElement IPropertyGridField.Editor { get; }
Returns
IFrameworkElement
|
Implements
IPropertyGridField.FieldLabelN
IPropertyGridField.IsExpanded
Declaration
bool IPropertyGridField.IsExpanded { get; set; }
Returns
System.Boolean
|
Implements
IPropertyGridField.IsSelected
Declaration
bool IPropertyGridField.IsSelected { get; set; }
Returns
System.Boolean
|
Implements
IPropertyGridField.NestedPropertiesButton
Declaration
IRadToggleButton IPropertyGridField.NestedPropertiesButton { get; }
Returns
IRadToggleButton
|
Implements
IPropertyGridField.SingleEditLabel
Declaration
IFrameworkElement IPropertyGridField.SingleEditLabel { get; }
Returns
IFrameworkElement
|