Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

DiagramToolboxGroupBuilder Members

In This Article
Represents a toolbox group.

#Constructors

Name Description
DiagramToolboxGroupBuilder(OptionsOwnerContext) For internal use only. Initializes a new DiagramToolboxGroupBuilder class instance.

#Methods
Show Inherited Hide Inherited

Name Description
Category(DiagramShapeCategory) Specifies the category of shapes that are displayed in the group. Mirrors the client-side category option.
Category(JS) Specifies the category of shapes that are displayed in the group. Mirrors the client-side category option.
Category(String) Specifies the category of shapes that are displayed in the group. Mirrors the client-side category option.
DisplayMode(DiagramToolboxDisplayMode) Specifies how shapes are displayed in the toolbox. Mirrors the client-side displayMode option.
Equals(Object, Object) static Determines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object) Determines whether the specified object is equal to the current object. Inherited from Object.
Expanded(JS) Specifies whether the group is expanded. Mirrors the client-side expanded option.
Expanded(Boolean) Specifies whether the group is expanded. Mirrors the client-side expanded option.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
Shapes(JS) Lists the shapes in the group. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
Shapes(IEnumerable<DiagramShapeType>) Lists the shapes in the group. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
Shapes(IEnumerable<String>) Lists the shapes in the group. The built-in shape types are shown in the Shape Types section. Mirrors the client-side shapes option.
Title(JS) Specifies the group title in the toolbox. Mirrors the client-side title option.
Title(String) Specifies the group title in the toolbox. Mirrors the client-side title option.
ToString() Returns a string that represents the current object. Inherited from Object.
See Also