Class
RadCollectionEditorPicker

Represents a picker control class that provides UI for collection editing.

Definition

Namespace:Telerik.UI.Xaml.Controls

Assembly:Telerik.WinUI.Controls.dll

Syntax:

cs-api-definition
public class RadCollectionEditorPicker : Control

Inheritance: objectRadCollectionEditorPicker

Constructors

RadCollectionEditorPicker()

Initializes a new instance of the RadCollectionEditorPicker class.

Declaration

cs-api-definition
public RadCollectionEditorPicker()

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 RadCollectionEditor CollectionEditor { get; }

Property Value

RadCollectionEditor

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 IList Source { get; set; }

Property Value

IList

The source.

Methods

OnApplyTemplate()

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

Declaration

cs-api-definition
protected override void OnApplyTemplate()

OnCreateAutomationPeer()

Declaration

cs-api-definition
protected override AutomationPeer OnCreateAutomationPeer()

Returns

AutomationPeer

UpdateVisualStates(bool)

Updates the visual states.

Declaration

cs-api-definition
protected void UpdateVisualStates(bool useTransitions)

Parameters

useTransitions

bool

If set to true use transitions.