DiagramCustomCommandBuilder Class
In This Article
Represents a command.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class DiagramCustomCommandBuilder :
OptionsOwnerBuilder,
ICollectionItem
#Related API Members
The following members return DiagramCustomCommandBuilder objects:
Show 11 links
#Remarks
Do not instantiate this class explicitly. A new DiagramCustomCommandBuilder
class instance is created when you call one of the following methods:
- DiagramContextMenuBuilder.Commands(Action<CollectionFactory<DiagramCustomCommandBuilder>>)
- DiagramCustomCommandBuilder.Items(Action<CollectionFactory<DiagramCustomCommandBuilder>>)
- DiagramHistoryToolbarBuilder.Commands(Action<CollectionFactory<DiagramCustomCommandBuilder>>)
- DiagramMainToolbarBuilder.Commands(Action<CollectionFactory<DiagramCustomCommandBuilder>>)
- DiagramPropertiesPanelTabBuilder.Commands(Action<CollectionFactory<DiagramCustomCommandBuilder>>)
- DiagramPropertiesPanelTabsGroupBuilder.Commands(Action<CollectionFactory<DiagramCustomCommandBuilder>>)
- DiagramViewToolbarBuilder.Commands(Action<CollectionFactory<DiagramCustomCommandBuilder>>)
#Implements
#Inheritance
Object
OptionsOwnerBuilder
DiagramCustomCommandBuilder
See Also