Class RadDiagramToolbox
Inherited Members
Namespace: Telerik.WinControls.UI
Assembly: Telerik.WinControls.RadDiagram.dll
Syntax
[TelerikToolboxCategory("Diagram")]
public class RadDiagramToolbox : RadListView, INotifyPropertyChanged, ISupportInitializeNotification, ISupportInitialize, IComponentTreeHandler, ILayoutHandler, IPCHost, IAnalyticsProvider, IFilterable
Constructors
RadDiagramToolbox()
Declaration
public RadDiagramToolbox()
Properties
AllowDragDrop
Gets or sets value indicating if the user can reorder items via drag and drop.
Declaration
public override bool AllowDragDrop { get; set; }
Property Value
System.
|
Overrides
AllowDrop
Gets or sets a value indicating whether the control can accept data that the user drags onto it.
Declaration
public override bool AllowDrop { get; set; }
Property Value
System.
|
Remarks
Returns: true if drag-and-drop operations are allowed in the control; otherwise, false. The default is false.
AllowEdit
Gets or sets value indicating whether editing is enabled.
Declaration
public override bool AllowEdit { get; set; }
Property Value
System.
|
Overrides
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.
|
Overrides
EnableCustomGrouping
Gets or sets a value indicating whether custom grouping is enabled.
Declaration
public override bool EnableCustomGrouping { get; set; }
Property Value
System.
|
Overrides
FullRowSelect
Gets or sets a value indicating whether the full row should be selected.
Declaration
public override bool FullRowSelect { get; set; }
Property Value
System.
|
Overrides
GroupIndent
Gets or sets the indent of the items when they are displayed in a group.
Declaration
public override int GroupIndent { get; set; }
Property Value
System.
|
Overrides
Groups
Gets a collection containing the groups of the RadListView.
Declaration
public override ListViewDataItemGroupCollection Groups { get; }
Property Value
Overrides
Items
Gets or sets a collection of List
Declaration
public ListViewDataItemCollection Items { get; }
Property Value
ItemSize
Gets or sets the default item size.
Declaration
public override Size ItemSize { get; set; }
Property Value
System.
|
Overrides
ItemSpacing
Gets or sets the space between the items.
Declaration
public override int ItemSpacing { get; set; }
Property Value
System.
|
Overrides
ShowGroups
Gets or sets a value indicating whether the items should be shown in groups.
Declaration
public override bool ShowGroups { get; set; }
Property Value
System.
|
Overrides
ThemeClassName
Declaration
public override string ThemeClassName { get; }
Property Value
System.
|
Overrides
ViewType
Gets or sets the type of the view.
Declaration
public override ListViewType ViewType { get; set; }
Property Value
Overrides
Methods
CreateDataItems()
Declaration
protected virtual void CreateDataItems()
CreateDiagramShape(PreviewDragStartEventArgs)
Declaration
protected virtual RadDiagramShape CreateDiagramShape(PreviewDragStartEventArgs e)
Parameters
Returns
DragDropService_PreviewDragDrop(Object, RadDropEventArgs)
Declaration
protected virtual void DragDropService_PreviewDragDrop(object sender, RadDropEventArgs e)
Parameters
System.
|
Rad
|
DragDropService_PreviewDragOver(Object, RadDragOverEventArgs)
Declaration
protected virtual void DragDropService_PreviewDragOver(object sender, RadDragOverEventArgs e)
Parameters
System.
|
Rad
|
DragDropService_PreviewDragStart(Object, PreviewDragStartEventArgs)
Declaration
protected virtual void DragDropService_PreviewDragStart(object sender, PreviewDragStartEventArgs e)
Parameters
System.
|
Preview
|
PreviewDragDropCore(PreviewDragStartEventArgs)
Declaration
protected virtual void PreviewDragDropCore(PreviewDragStartEventArgs e)
Parameters
RadDiagramToolbox_VisualItemCreating(Object, ListViewVisualItemCreatingEventArgs)
Declaration
protected virtual void RadDiagramToolbox_VisualItemCreating(object sender, ListViewVisualItemCreatingEventArgs e)
Parameters
System.
|
List
|