PageSetupTabs Enum
In This Article
Lists the values used to specify the default tab of the Page Setup window.
Namespace: DevExpress.Diagram.Core
Assembly: DevExpress.Diagram.v24.2.Core.dll
NuGet Package: DevExpress.Diagram.Core
#Declaration
#Members
Name | Description |
---|---|
Page
|
The default tab is Page Size. |
Layout
|
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