DiagramCommands.SetPageParameters Property
In This Article
Gets the command that invokes the Page Setup Dialog Window.
Namespace: DevExpress.Xpf.Diagram
Assembly: DevExpress.Xpf.Diagram.v24.2.dll
NuGet Package: DevExpress.Wpf.Diagram
#Declaration
public ICommand<PageSetupTabs> SetPageParameters { get; }
#Property Value
Type | Description |
---|---|
ICommand<Page |
An object implementing the System. |
#Remarks
The SetPageParameters command accepts a parameter of the PageSetupTabs type.
See Also