Class
CollectionEditorPicker

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:

cs-api-definition
[TelerikToolboxCategory("Data")]
public class CollectionEditorPicker : Control

Inheritance: objectCollectionEditorPicker

Constructors

CollectionEditorPicker()

Initializes a new instance of the CollectionEditorPicker class.

Declaration

cs-api-definition
public CollectionEditorPicker()

Fields

CommandProviderProperty

Represents the CommandProvider DependencyProperty.

Declaration

cs-api-definition
public static readonly DependencyProperty CommandProviderProperty

Field Value

DependencyProperty

HeaderProperty

Represents the Header dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty HeaderProperty

Field Value

DependencyProperty

IsReadOnlyProperty

Represents the ReadOnly dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty IsReadOnlyProperty

Field Value

DependencyProperty

SourceProperty

Represents the Source dependency property.

Declaration

cs-api-definition
public static readonly DependencyProperty SourceProperty

Field Value

DependencyProperty

Properties

CollectionEditor

Gets the wrapped CollectionEditor control.

Declaration

cs-api-definition
public CollectionEditor CollectionEditor { get; }

Property Value

CollectionEditor

CommandProvider

Exposes a CommandProvider.

Declaration

cs-api-definition
public CollectionNavigatorBaseCommandProvider CommandProvider { get; set; }

Property Value

CollectionNavigatorBaseCommandProvider

Header

Gets or sets the header.

Declaration

cs-api-definition
public object Header { get; set; }

Property Value

object

The header.

IsReadOnly

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

Declaration

cs-api-definition
public bool IsReadOnly { get; set; }

Property Value

bool

The is read only.

Source

Gets or sets the source.

Declaration

cs-api-definition
public IEnumerable Source { get; set; }

Property Value

IEnumerable

The source.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
public override void OnApplyTemplate()

OnCreateAutomationPeer()

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

Declaration

cs-api-definition
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

cs-api-definition
protected override void OnInitialized(EventArgs e)

Parameters

e

EventArgs

The RoutedEventArgs that contains the event data.

ResetTheme()

Resets the theme.

Declaration

cs-api-definition
public void ResetTheme()