Class CollectionEditorPicker
Represents a picker control class that provides UI for collection editing.
Inheritance
Namespace: Telerik.Windows.Controls.Data.PropertyGrid
Assembly: Telerik.Windows.Controls.Data.dll
Syntax
[TelerikToolboxCategory("Data")]
public class CollectionEditorPicker : Control, IThemable
Constructors
CollectionEditorPicker()
Initializes a new instance of the CollectionEditorPicker class.
Declaration
public CollectionEditorPicker()
Fields
CommandProviderProperty
Represents the CommandProvider DependencyProperty.
Declaration
public static readonly DependencyProperty CommandProviderProperty
Field Value
System.Windows.DependencyProperty
|
HeaderProperty
Represents the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
System.Windows.DependencyProperty
|
IsReadOnlyProperty
Represents the ReadOnly dependency property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
System.Windows.DependencyProperty
|
SourceProperty
Represents the Source dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
System.Windows.DependencyProperty
|
Properties
CollectionEditor
Gets the wrapped CollectionEditor control.
Declaration
public CollectionEditor CollectionEditor { get; }
Property Value
CollectionEditor
|
CommandProvider
Exposes a CommandProvider.
Declaration
public CollectionNavigatorBaseCommandProvider CommandProvider { get; set; }
Property Value
CollectionNavigatorBaseCommandProvider
|
Header
Gets or sets the header.
Declaration
public object Header { get; set; }
Property Value
System.Object
The header. |
IsReadOnly
Gets or sets a value that indicates whether the control is read-only.
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.Boolean
The is read only. |
Source
Gets or sets the source.
Declaration
public IEnumerable Source { get; set; }
Property Value
System.Collections.IEnumerable
The source. |
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call System.Windows.FrameworkElement.ApplyTemplate.
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific System.Windows.Automation.Peers.AutomationPeer implementations for the Silverlight automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
System.Windows.Automation.Peers.AutomationPeer
The class-specific System.Windows.Automation.Peers.AutomationPeer subclass to return. |
ResetTheme()
Resets the theme.
Declaration
public void ResetTheme()