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

PageSetupTabs Enum

Lists the values used to specify the default tab of the Page Setup window.

Namespace: DevExpress.Diagram.Core

Assembly: DevExpress.Diagram.v19.1.Core.dll

Declaration

public enum PageSetupTabs

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