Represents a picker control class that provides UI for collection editing.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
[TelerikToolboxCategory("Data")]
public class CollectionEditorPicker : Control
Inheritance: objectCollectionEditorPicker
Constructors
Initializes a new instance of the CollectionEditorPicker class.
public CollectionEditorPicker()
Fields
CommandProviderProperty
DependencyProperty
Represents the CommandProvider DependencyProperty.
public static readonly DependencyProperty CommandProviderProperty
HeaderProperty
DependencyProperty
Represents the Header dependency property.
public static readonly DependencyProperty HeaderProperty
IsReadOnlyProperty
DependencyProperty
Represents the ReadOnly dependency property.
public static readonly DependencyProperty IsReadOnlyProperty
SourceProperty
DependencyProperty
Represents the Source dependency property.
public static readonly DependencyProperty SourceProperty
Properties
Gets the wrapped CollectionEditor control.
public CollectionEditor CollectionEditor { get; }
Exposes a CommandProvider.
public CollectionNavigatorBaseCommandProvider CommandProvider { get; set; }
Gets or sets the header.
public object Header { get; set; }
The header.
Gets or sets a value that indicates whether the control is read-only.
public bool IsReadOnly { get; set; }
The is read only.
Gets or sets the source.
public IEnumerable Source { get; set; }
The source.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The class-specific AutomationPeer subclass to return.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()