ClassRadCollectionEditorPicker
Represents a picker control class that provides UI for collection editing.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadCollectionEditorPicker : Control
Inheritance: objectRadCollectionEditorPicker
Constructors
RadCollectionEditorPicker()
Initializes a new instance of the RadCollectionEditorPicker class.
Declaration
public RadCollectionEditorPicker()
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 RadCollectionEditor 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.
Methods
OnApplyTemplate()
When overridden in a derived class, is invoked whenever application code or internal processes call .
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
AutomationPeer
UpdateVisualStates(bool)
Updates the visual states.
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
useTransitions
If set to true use transitions.