Skip to main content

DocumentCommandProvider.SetPageLayoutSplitCommand Property

Aggregates the commands that define the page layout settings in a Document Preview.

Namespace: DevExpress.Xpf.Printing

Assembly: DevExpress.Xpf.Printing.v23.2.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ICommand SetPageLayoutSplitCommand { get; }

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).

wpf-document-preview-ribbon-page-layout-menu

See Also