PageSetupTabs Enum
Lists the values used to specify the default tab of the Page Setup window.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.1.Core.dll
NuGet Package: DevExpress.Diagram.Core
Declaration
Members
Name | Description |
---|---|
PageSize
|
The default tab is Page Size. |
LayoutAndRouting
|
The default tab is Layout and Routing. |
Remarks
Values listed by this enumeration are used by the following commands: DiagramCommands.SetPageParameters, DiagramCommandsBase.SetPageParametersCommand.
See Also