ClassCollectionEditorPicker
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
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
DependencyProperty
HeaderProperty
Represents the Header dependency property.
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
DependencyProperty
IsReadOnlyProperty
Represents the ReadOnly dependency property.
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
DependencyProperty
SourceProperty
Represents the Source dependency property.
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
DependencyProperty
Properties
CollectionEditor
Gets the wrapped CollectionEditor control.
Declaration
public CollectionEditor CollectionEditor { get; }
Property Value
CommandProvider
Exposes a CommandProvider.
Declaration
public CollectionNavigatorBaseCommandProvider CommandProvider { get; set; }
Property Value
Header
Gets or sets the header.
IsReadOnly
Gets or sets a value that indicates whether the control is read-only.
Declaration
public bool IsReadOnly { get; set; }
Property Value
The is read only.
Source
Gets or sets the source.
Declaration
public IEnumerable Source { get; set; }
Property Value
The source.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
public override void OnApplyTemplate()
OnCreateAutomationPeer()
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
The class-specific AutomationPeer subclass to return.
OnInitialized(EventArgs)
Raises the event. This method is invoked whenever is set to true internally.
Declaration
protected override void OnInitialized(EventArgs e)
Parameters
e
The RoutedEventArgs that contains the event data.