DiagramNodesBuilder Methods
Provides methods that allow you to configure nested options of the client-side nodes object.
Name | Description |
---|---|
Auto |
Specifies an auto-layout algorithm that the UI component uses to build a diagram. Mirrors the client-side auto |
Auto |
Specifies an auto-layout algorithm that the UI component uses to build a diagram. Mirrors the client-side auto |
Auto |
Specifies whether or not a shape size is automatically changed to fit the text when the UI component is bound to a data source. Mirrors the client-side auto |
Auto |
Specifies whether or not a shape size is automatically changed to fit the text when the UI component is bound to a data source. Mirrors the client-side auto |
Container |
Specifies the name of a data source field or an expression that returns a container's nested items. Mirrors the client-side container |
Container |
Specifies the name of a data source field or an expression that returns a container's nested items. Mirrors the client-side container |
Container |
Specifies the name of a data source field or an expression that returns a key of a node's parent container node. Mirrors the client-side container |
Container |
Specifies the name of a data source field or an expression that returns a key of a node's parent container node. Mirrors the client-side container |
Custom |
Specifies the name of a data source field or an expression that returns a node's custom data. Mirrors the client-side custom |
Custom |
Specifies the name of a data source field or an expression that returns a node's custom data. Mirrors the client-side custom |
Data |
Binds the nodes collection to the specified data. For more information, see the Data Binding section. Mirrors the client-side data |
Data |
Binds a diagram nodes to a collection: Array , List , or IEnumerable .
|
Data |
Binds a diagram nodes to data, allows you to configure data access from different sources: API controllers, Razor page handlers, OData services, arrays, and more. |
Data |
Binds a diagram nodes to read-only data in JSON format. |
Data |
Provides access to methods that mirror client-side data source options. |
Equals |
Determines whether the specified object instances are considered equal. Inherited from Object. |
Equals |
Determines whether the specified object is equal to the current object. Inherited from Object. |
Get |
Serves as the default hash function. Inherited from Object. |
Get |
Gets the Type of the current instance. Inherited from Object. |
Height |
Specifies the name of a data source field or an expression that returns a node's height. Mirrors the client-side height |
Height |
Specifies the name of a data source field or an expression that returns a node's height. Mirrors the client-side height |
Image |
Specifies the name of a data source field or an expression that returns an image URL or Base64 encoded image for a node. Mirrors the client-side image |
Image |
Specifies the name of a data source field or an expression that returns an image URL or Base64 encoded image for a node. Mirrors the client-side image |
Items |
Specifies the name of a data source field or an expression that returns a node's child items. Mirrors the client-side items |
Items |
Specifies the name of a data source field or an expression that returns a node's child items. Mirrors the client-side items |
Key |
Specifies the name of a data source field or an expression that returns node keys. Mirrors the client-side key |
Key |
Specifies the name of a data source field or an expression that returns node keys. Mirrors the client-side key |
Left |
Specifies the name of a data source field or an expression that returns the x-coordinate of a node's left border. Mirrors the client-side left |
Left |
Specifies the name of a data source field or an expression that returns the x-coordinate of a node's left border. Mirrors the client-side left |
Locked |
Specifies the name of a data source field or an expression whose Boolean value indicates whether a node is locked. Mirrors the client-side locked |
Locked |
Specifies the name of a data source field or an expression whose Boolean value indicates whether a node is locked. Mirrors the client-side locked |
Memberwise |
Creates a shallow copy of the current Object. Inherited from Object. |
Option |
Specifies an option by its name. |
Parent |
Specifies the name of a data source field or an expression that returns a parent node key for a node. Mirrors the client-side parent |
Parent |
Specifies the name of a data source field or an expression that returns a parent node key for a node. Mirrors the client-side parent |
Reference |
Determines whether the specified Object instances are the same instance. Inherited from Object. |
Style |
Specifies the name of a data source field or an expression that returns a node style. Mirrors the client-side style |
Style |
Specifies the name of a data source field or an expression that returns a node style. Mirrors the client-side style |
Text |
Specifies the name of a data source field or an expression that returns node texts. Mirrors the client-side text |
Text |
Specifies the name of a data source field or an expression that returns node texts. Mirrors the client-side text |
Text |
Specifies the name of a data source field or an expression that returns a node's text style. Mirrors the client-side text |
Text |
Specifies the name of a data source field or an expression that returns a node's text style. Mirrors the client-side text |
Top |
Specifies the name of a data source field or an expression that returns the y-coordinate of a node's top border. Mirrors the client-side top |
Top |
Specifies the name of a data source field or an expression that returns the y-coordinate of a node's top border. Mirrors the client-side top |
To |
Returns a string that represents the current object. Inherited from Object. |
Type |
Specifies the name of a data source field or an expression that returns the shape type for a node. Mirrors the client-side type |
Type |
Specifies the name of a data source field or an expression that returns the shape type for a node. Mirrors the client-side type |
Width |
Specifies the name of a data source field or an expression that returns a node's width. Mirrors the client-side width |
Width |
Specifies the name of a data source field or an expression that returns a node's width. Mirrors the client-side width |
ZIndex |
Specifies the name of a data source field or an expression that returns a node's z-index. Mirrors the client-side z |
ZIndex |
Specifies the name of a data source field or an expression that returns a node's z-index. Mirrors the client-side z |
See Also