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

DiagramCommands.SetPageParameters Property

Gets the command that invokes the Page Setup Dialog Window.

Namespace: DevExpress.Xpf.Diagram

Assembly: DevExpress.Xpf.Diagram.v18.2.dll

Declaration

public ICommand<PageSetupTabs> SetPageParameters { get; }

Property Value

Type Description
ICommand<PageSetupTabs>

An object implementing the System.Windows.Input.ICommand interface.

Remarks

The SetPageParameters command accepts a parameter of the PageSetupTabs type.

See Also