New to Telerik UI for WPFStart a free 30-day trial

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:

C#
[TelerikToolboxCategory("Data")]
public class CollectionEditorPicker : Control

Inheritance: objectCollectionEditorPicker

Constructors

Initializes a new instance of the CollectionEditorPicker class.

C#
public CollectionEditorPicker()

Fields

CommandProviderProperty

DependencyProperty

Represents the CommandProvider DependencyProperty.

C#
public static readonly DependencyProperty CommandProviderProperty

HeaderProperty

DependencyProperty

Represents the Header dependency property.

C#
public static readonly DependencyProperty HeaderProperty

IsReadOnlyProperty

DependencyProperty

Represents the ReadOnly dependency property.

C#
public static readonly DependencyProperty IsReadOnlyProperty

SourceProperty

DependencyProperty

Represents the Source dependency property.

C#
public static readonly DependencyProperty SourceProperty

Properties

Gets the wrapped CollectionEditor control.

C#
public CollectionEditor CollectionEditor { get; }

Exposes a CommandProvider.

C#
public CollectionNavigatorBaseCommandProvider CommandProvider { get; set; }

Gets or sets the header.

C#
public object Header { get; set; }
Property Value:

The header.

Gets or sets a value that indicates whether the control is read-only.

C#
public bool IsReadOnly { get; set; }
Property Value:

The is read only.

Gets or sets the source.

C#
public IEnumerable Source { get; set; }
Property Value:

The source.

Methods

When overridden in a derived class, is invoked whenever application code or internal processes call .

C#
public override void OnApplyTemplate()

When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.

C#
protected override AutomationPeer OnCreateAutomationPeer()
Returns:

AutomationPeer

The class-specific AutomationPeer subclass to return.

Raises the event. This method is invoked whenever is set to true internally.

C#
protected override void OnInitialized(EventArgs e)
Parameters:eEventArgs

The RoutedEventArgs that contains the event data.

Resets the theme.

C#
public void ResetTheme()