Back to Devexpress

DataViewCommandsBase.ShowRibbonPrintPreview Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewcommandsbase-2918cb73.md

latest1.3 KB
Original Source

DataViewCommandsBase.ShowRibbonPrintPreview Property

Invokes the 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 ShowRibbonPrintPreview { get; }
vb
Public ReadOnly Property ShowRibbonPrintPreview 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