CollectionEditor
Represents a control that exposes UI for collection editing.
Definition
Namespace:Telerik.Windows.Controls.Data.PropertyGrid
Assembly:Telerik.Windows.Controls.Data.dll
Syntax:
[TelerikToolboxCategory("Data")]
public class CollectionEditor : CollectionNavigatorBase, IDisposable
Inheritance: objectCollectionNavigatorBaseCollectionEditor
Implements:
Inherited Members
Constructors
Initializes a new instance of the CollectionEditor class.
public CollectionEditor()
Fields
HeaderProperty
DependencyProperty
Represent the Header dependency property.
public static readonly DependencyProperty HeaderProperty
IsReadOnlyProperty
DependencyProperty
Represents the ReadOnly dependency property.
public static readonly DependencyProperty IsReadOnlyProperty
ItemTemplateProperty
DependencyProperty
Represents the ItemTemplate dependency property.
public static readonly DependencyProperty ItemTemplateProperty
ResizeGripperVisibilityProperty
DependencyProperty
Represents the ResizeGripperVisibility dependency property.
public static readonly DependencyProperty ResizeGripperVisibilityProperty
Properties
Gets or sets the header.
public object Header { get; set; }
The header.
Gets or sets a value that indicates whether the control is read-only.
public bool IsReadOnly { get; set; }
The is read only.
ItemTemplate
DataTemplate
Gets or sets an ItemTemplate for the CollectionEditor ListBox.
public DataTemplate ItemTemplate { get; set; }
The item template.
ResizeGripperVisibility
Visibility
Gets or sets the resize gripper visibility.
public Visibility ResizeGripperVisibility { get; set; }
The resize gripper visibility.
Methods
When overridden in a derived class, is invoked whenever application code or internal processes call .
public override void OnApplyTemplate()
OnCreateAutomationPeer()
AutomationPeer
When implemented in a derived class, returns class-specific AutomationPeer implementations for the Silverlight automation infrastructure.
protected override AutomationPeer OnCreateAutomationPeer()
AutomationPeer
The class-specific AutomationPeer subclass to return.
Called when resize thumb's DragDelta event is raised.
public void OnDragDelta(object sender, DragDeltaEventArgs e)
The sender.
eDragDeltaEventArgsThe DragDeltaEventArgs instance containing the event data.
Raises the event. This method is invoked whenever is set to true internally.
protected override void OnInitialized(EventArgs e)
The RoutedEventArgs that contains the event data.
Resets the theme.
public void ResetTheme()