DocumentCommandProvider.SetPageLayoutSplitCommand Property
Aggregates the commands that define the page layout settings in a Document Preview.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v24.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Property Value
Type | Description |
---|---|
ICommand | An object implementing the ICommand interface that defines the command. |
Remarks
This command defines the Page Layout split button’s settings (these settings are defined by the commands executed by calling the DocumentPreviewControl.SetPageLayoutCommand method with corresponding arguments).
See Also