Skip to main content

DocumentPreviewControl.ToggleThumbnailsCommand Property

Returns a command that toggles the visibility of thumbnails.

Namespace: DevExpress.Xpf.Printing

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

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ICommand ToggleThumbnailsCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that identifies the command.

See Also