Back to Devexpress

DiagramSettings Members

aspnetmvc-devexpress-dot-web-dot-mvc-dot-diagramsettings-dot-underscore-members.md

latest9.5 KB
Original Source

DiagramSettings Members

Contains the Diagram extension settings.

Constructors

NameDescription
DiagramSettings()Initializes a new instance of the DiagramSettings class.

Properties

NameDescription
AccessKeyGets or sets the access key that allows you to quickly navigate to the ASP.NET MVC extension. Inherited from SettingsBase.
AttributesGets the collection of arbitrary attributes (for rendering only) that do not correspond to properties on the control. Inherited from SettingsBase.
AutoZoomSpecifies how the Diagram extension automatically zooms the work area.
BatchUpdateRouteValuesSpecifies the names of a controller and an action that should handle callbacks related to node and edge updates.
CallbackRouteValuesDefines the callback routing logic by specifying the names of a Controller and the Action that handles callbacks.
ClientReadOnlySpecifies whether the Diagram extension is read-only on the client side.
ClientSideEventsGets an object that lists the Diagram’s client-side events.
ControlStyleProvides access to the style settings declared at the root level of the extension’s wrapped web server control. Inherited from SettingsBase.
CustomShapesProvides access to a collection of custom shapes.
DataBindingAllows you to perform specific actions before the Diagram is bound to a data source.
DataBoundAllows you to perform specific actions after the Diagram is bound to a data source.
EnabledGets or sets a value that indicates whether the MVC Extension is enabled, allowing it to respond to end-user interactions. Inherited from SettingsBase.
EnableThemingGets or sets a value indicating whether themes apply to this extension. Inherited from SettingsBase.
EncodeHtmlGets or sets whether to encode editor value and content. Inherited from SettingsBase.
HeightGets or sets the height of the extension. Inherited from SettingsBase.
ImagesDefines images displayed in the Diagram’s elements.
InitEnables you to perform custom actions when an extension is initialized. Inherited from SettingsBase.
MappingsProvides access to the control’s mapping properties.
NameSpecifies the unique identifier name for the extension. Inherited from SettingsBase.
PreRenderAllows custom processing to be implemented before the extension is rendered to the page. Inherited from SettingsBase.
ReadOnlySpecifies whether the diagram is read-only.
SettingsAutoLayoutSpecifies an auto-layout algorithm that the Diagram extension uses to build a diagram.
SettingsContextToolboxProvides access to the context toolbox’s settings.
SettingsEditingProvides access to the Diagram’s edit settings.
SettingsGridProvides access to grid settings.
SettingsPageProvides access to page settings.
SettingsPropertiesPanelProvides access to the properties panel’s settings.
SettingsToolboxProvides access to the toolbox’s settings.
SimpleViewSwitches the Diagram extension to simple view mode.
SkinIDGets or sets the skin to apply to the control. Inherited from SettingsBase.
StyleGets a collection of all cascading style sheet (CSS) properties applied to an extension. Inherited from SettingsBase.
StylesSpecifies the style settings of the Diagram elements.
StylesEditorsSpecifies the style settings of editors in the Diagram extension.
StylesMenuSpecifies the style settings of menu elements in the Diagram extension.
TabIndexGets or sets the tab index of the control element of the web page. Inherited from SettingsBase.
ThemeGets or sets the name of the theme to be applied to the extension. Inherited from SettingsBase.
ToolTipGets or sets a UI element’s tooltip text. Inherited from SettingsBase.
UnitsSpecifies the measurement unit for size properties (for instance, Height, Width).
ViewUnitsSpecifies the measurement unit that is displayed in user interface elements.
WidthGets or sets the width of the extension. Inherited from SettingsBase.

Methods

NameDescription
Equals(Object, Object) staticDetermines 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.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

DiagramSettings Class

DevExpress.Web.Mvc Namespace