Back to Devexpress

DataViewCommandsBase.ShowRibbonPrintPreviewDialog Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-8444549c.md

latest1.3 KB
Original Source

DataViewCommandsBase.ShowRibbonPrintPreviewDialog Property

Invokes the modal Print Preview with the Ribbon.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public ICommand ShowRibbonPrintPreviewDialog { get; }
vb
Public ReadOnly Property ShowRibbonPrintPreviewDialog As ICommand

Property Value

TypeDescription
ICommand

A command implementing the ICommand.

|

Remarks

Corresponding Method: DataViewBase.ShowRibbonPrintPreview.

See Also

DataViewCommandsBase Class

DataViewCommandsBase Members

DevExpress.Xpf.Grid Namespace