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.Boolean
|
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.Boolean
|
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.Boolean
|
Overrides
DefaultSize
Declaration
protected override Size DefaultSize { get; }
Property Value
System.Drawing.Size
|
Overrides
EnableCustomGrouping
Gets or sets a value indicating whether custom grouping is enabled.
Declaration
public override bool EnableCustomGrouping { get; set; }
Property Value
System.Boolean
|
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.Boolean
|
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.Int32
|
Overrides
Groups
Gets a collection containing the groups of the RadListView.
Declaration
public override ListViewDataItemGroupCollection Groups { get; }
Property Value
ListViewDataItemGroupCollection
|
Overrides
Items
Gets or sets a collection of ListViewDataItem object which represent the items in RadListView.
Declaration
public ListViewDataItemCollection Items { get; }
Property Value
ListViewDataItemCollection
|
ItemSize
Gets or sets the default item size.
Declaration
public override Size ItemSize { get; set; }
Property Value
System.Drawing.Size
|
Overrides
ItemSpacing
Gets or sets the space between the items.
Declaration
public override int ItemSpacing { get; set; }
Property Value
System.Int32
|
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.Boolean
|
Overrides
ThemeClassName
Declaration
public override string ThemeClassName { get; }
Property Value
System.String
|
Overrides
ViewType
Gets or sets the type of the view.
Declaration
public override ListViewType ViewType { get; set; }
Property Value
ListViewType
|
Overrides
Methods
CreateDataItems()
Declaration
protected virtual void CreateDataItems()
CreateDiagramShape(PreviewDragStartEventArgs)
Declaration
protected virtual RadDiagramShape CreateDiagramShape(PreviewDragStartEventArgs e)
Parameters
PreviewDragStartEventArgs
e
|
Returns
RadDiagramShape
|
DragDropService_PreviewDragDrop(Object, RadDropEventArgs)
Declaration
protected virtual void DragDropService_PreviewDragDrop(object sender, RadDropEventArgs e)
Parameters
System.Object
sender
|
RadDropEventArgs
e
|
DragDropService_PreviewDragOver(Object, RadDragOverEventArgs)
Declaration
protected virtual void DragDropService_PreviewDragOver(object sender, RadDragOverEventArgs e)
Parameters
System.Object
sender
|
RadDragOverEventArgs
e
|
DragDropService_PreviewDragStart(Object, PreviewDragStartEventArgs)
Declaration
protected virtual void DragDropService_PreviewDragStart(object sender, PreviewDragStartEventArgs e)
Parameters
System.Object
sender
|
PreviewDragStartEventArgs
e
|
PreviewDragDropCore(PreviewDragStartEventArgs)
Declaration
protected virtual void PreviewDragDropCore(PreviewDragStartEventArgs e)
Parameters
PreviewDragStartEventArgs
e
|
RadDiagramToolbox_VisualItemCreating(Object, ListViewVisualItemCreatingEventArgs)
Declaration
protected virtual void RadDiagramToolbox_VisualItemCreating(object sender, ListViewVisualItemCreatingEventArgs e)
Parameters
System.Object
sender
|
ListViewVisualItemCreatingEventArgs
e
|