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

WorkflowDesignerControlBase.Designer Property

Gets the Workfolw Designer.

Namespace: DevExpress.ExpressApp.Workflow.Win

Assembly: DevExpress.ExpressApp.Workflow.Win.v18.2.dll

Declaration

public WorkflowDesigner Designer { get; }

Property Value

Type Description
WorkflowDesigner

A WorkflowDesigner object which renders the visual representation of a workflow model.

See Also