Back to Devexpress

DiagramCommands.SetPageParameters Property

wpf-devexpress-dot-xpf-dot-diagram-dot-diagramcommands-7fa9e6dc.md

latest1.4 KB
Original Source

DiagramCommands.SetPageParameters Property

Gets the command that invokes the Page Setup Dialog Window.

Namespace : DevExpress.Xpf.Diagram

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

NuGet Package : DevExpress.Wpf.Diagram

Declaration

csharp
public ICommand<PageSetupTabs> SetPageParameters { get; }
vb
Public ReadOnly Property SetPageParameters As ICommand(Of PageSetupTabs)

Property Value

TypeDescription
ICommand<PageSetupTabs>

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

|

Remarks

The SetPageParameters command accepts a parameter of the PageSetupTabs type.

See Also

DiagramCommands Class

DiagramCommands Members

DevExpress.Xpf.Diagram Namespace