Class RadCollectionEditor
Inheritance
System.Object
RadCollectionEditor
Assembly: Telerik.WinUI.Controls.dll
Syntax
public class RadCollectionEditor : CollectionNavigatorBase
Constructors
Declaration
public RadCollectionEditor()
Fields
Declaration
public static readonly DependencyProperty IsReadOnlyProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Declaration
public static readonly DependencyProperty ResizeGripperVisibilityProperty
Field Value
|
Microsoft.UI.Xaml.DependencyProperty
|
Properties
Declaration
public bool IsReadOnly { get; set; }
Property Value
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
|
Microsoft.UI.Xaml.DataTemplate
|
Declaration
public Visibility ResizeGripperVisibility { get; set; }
Property Value
|
Microsoft.UI.Xaml.Visibility
|
Methods
Declaration
protected override void OnApplyTemplate()
Declaration
protected override AutomationPeer OnCreateAutomationPeer()
Returns
|
Microsoft.UI.Xaml.Automation.Peers.AutomationPeer
|
Declaration
public void OnDragDelta(object sender, DragDeltaEventArgs e)
Parameters
|
System.Object
sender
|
|
Microsoft.UI.Xaml.Controls.Primitives.DragDeltaEventArgs
e
|
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
|
System.Boolean
useTransitions
|
Extension Methods