ClassRadCollectionEditor
Represents a control that exposes UI for collection editing.
Definition
Namespace:Telerik.UI.Xaml.Controls
Assembly:Telerik.WinUI.Controls.dll
Syntax:
public class RadCollectionEditor : CollectionNavigatorBase
Inheritance: objectCollectionNavigatorBaseRadCollectionEditor
Inherited Members
Constructors
RadCollectionEditor()
Initializes a new instance of the CollectionEditor class.
Declaration
public RadCollectionEditor()
Fields
HeaderProperty
Represent 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
ItemTemplateProperty
Represents the ItemTemplate dependency property.
Declaration
public static readonly DependencyProperty ItemTemplateProperty
Field Value
DependencyProperty
ResizeGripperVisibilityProperty
Represents the ResizeGripperVisibility dependency property.
Declaration
public static readonly DependencyProperty ResizeGripperVisibilityProperty
Field Value
DependencyProperty
Properties
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.
ItemTemplate
Gets or sets an ItemTemplate for the CollectionEditor ListBox.
Declaration
public DataTemplate ItemTemplate { get; set; }
Property Value
DataTemplate
The item template.
ResizeGripperVisibility
Gets or sets the resize gripper visibility.
Declaration
public Visibility ResizeGripperVisibility { get; set; }
Property Value
Visibility
The resize gripper visibility.
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
OnDragDelta(object, DragDeltaEventArgs)
Called when resize thumb's DragDelta event is raised.
Declaration
public void OnDragDelta(object sender, DragDeltaEventArgs e)
Parameters
sender
The sender.
e
DragDeltaEventArgs
The System.Windows.Controls.Primitives.DragDeltaEventArgs instance containing the event data.
UpdateVisualStates(bool)
Updates the visual states.
Declaration
protected void UpdateVisualStates(bool useTransitions)
Parameters
useTransitions
If set to true use transitions.