Skip to main content
A newer version of this page is available. .

DiagramNodesBuilder Members

Provides methods that allow you to configure nested options of the client-side nodes object.

Constructors

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

Methods

Name Description
AutoLayout(DiagramDataLayoutType) Mirrors the client-side autoLayout option.
AutoLayout(Action<DiagramNodesAutoLayoutBuilder>) Mirrors the client-side autoLayout object.
AutoSizeEnabled(JS) Mirrors the client-side autoSizeEnabled object.
AutoSizeEnabled(Boolean) Mirrors the client-side autoSizeEnabled object.
ContainerChildrenExpr(JS) Mirrors the client-side containerChildrenExpr option.
ContainerChildrenExpr(String) Mirrors the client-side containerChildrenExpr option.
ContainerKeyExpr(JS) Mirrors the client-side containerKeyExpr option.
ContainerKeyExpr(String) Mirrors the client-side containerKeyExpr option.
CustomDataExpr(JS) Mirrors the client-side customDataExpr option.
CustomDataExpr(String) Mirrors the client-side customDataExpr option.
DataSource(JS) Mirrors the client-side dataSource option.
DataSource(IEnumerable, String[]) Binds a diagram nodes to a collection: Array, List, or IEnumerable.
DataSource(Func<DataSourceFactory, OptionsOwnerBuilder>) 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.
DataSource(String, String[]) Binds a diagram nodes to read-only data in JSON format.
DataSourceOptions(Action<DataSourceOptionsBuilder>) Provides access to methods that mirror client-side data source options.
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.
GetHashCode() Serves as the default hash function. Inherited from Object.
GetType() Gets the Type of the current instance. Inherited from Object.
HeightExpr(JS) Mirrors the client-side heightExpr option.
HeightExpr(String) Mirrors the client-side heightExpr option.
ImageUrlExpr(JS) Mirrors the client-side imageUrlExpr option.
ImageUrlExpr(String) Mirrors the client-side imageUrlExpr option.
ItemsExpr(JS) Mirrors the client-side itemsExpr option.
ItemsExpr(String) Mirrors the client-side itemsExpr option.
KeyExpr(JS) Mirrors the client-side keyExpr option.
KeyExpr(String) Mirrors the client-side keyExpr option.
LeftExpr(JS) Mirrors the client-side leftExpr option.
LeftExpr(String) Mirrors the client-side leftExpr option.
LockedExpr(JS) Mirrors the client-side lockedExpr option.
LockedExpr(String) Mirrors the client-side lockedExpr option.
MemberwiseClone() protected Creates a shallow copy of the current Object. Inherited from Object.
Option(String, Object) Specifies an option by its name.
ParentKeyExpr(JS) Mirrors the client-side parentKeyExpr option.
ParentKeyExpr(String) Mirrors the client-side parentKeyExpr option.
ReferenceEquals(Object, Object) static Determines whether the specified Object instances are the same instance. Inherited from Object.
StyleExpr(JS) Mirrors the client-side styleExpr option.
StyleExpr(String) Mirrors the client-side styleExpr option.
TextExpr(JS) Mirrors the client-side textExpr option.
TextExpr(String) Mirrors the client-side textExpr option.
TextStyleExpr(JS) Mirrors the client-side textStyleExpr option.
TextStyleExpr(String) Mirrors the client-side textStyleExpr option.
TopExpr(JS) Mirrors the client-side topExpr option.
TopExpr(String) Mirrors the client-side topExpr option.
ToString() Returns a string that represents the current object. Inherited from Object.
TypeExpr(JS) Mirrors the client-side typeExpr option.
TypeExpr(String) Mirrors the client-side typeExpr option.
WidthExpr(JS) Mirrors the client-side widthExpr option.
WidthExpr(String) Mirrors the client-side widthExpr option.
ZIndexExpr(JS) Mirrors the client-side zIndexExpr option.
ZIndexExpr(String) Mirrors the client-side zIndexExpr option.
See Also