Class RadCollectionEditorPicker
Inheritance
System.Object
RadCollectionEditorPicker
Namespace: Telerik.UI.Xaml.Controls
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadCollectionEditorPicker : Control
Constructors
RadCollectionEditorPicker()
Declaration
public RadCollectionEditorPicker()
Fields
CommandProviderProperty
Declaration
public static readonly DependencyProperty CommandProviderProperty
Field Value
Microsoft.
|
HeaderProperty
Declaration
public static readonly DependencyProperty HeaderProperty
Field Value
Microsoft.
|
IsReadOnlyProperty
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
Microsoft.
|
SourceProperty
Declaration
public static readonly DependencyProperty SourceProperty
Field Value
Microsoft.
|
Properties
CollectionEditor
CommandProvider
Declaration
public CollectionNavigatorBaseCommandProvider CommandProvider { get; set; }
Property Value
Header
Declaration
public object Header { get; set; }
Property Value
System.
|
IsReadOnly
Declaration
public bool IsReadOnly { get; set; }
Property Value
System.
|
Source
Declaration
public IList Source { get; set; }
Property Value
System.
|
Methods
OnApplyTemplate()
Declaration
protected override void OnApplyTemplate()
OnCreateAutomationPeer()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
Microsoft.
|
UpdateVisualStates(Boolean)
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
System.
|