Back to Devexpress

DocumentPreviewControl.ToggleEditingFieldsCommand Property

wpf-devexpress-dot-xpf-dot-printing-dot-documentpreviewcontrol-c6a42f07.md

latest1.3 KB
Original Source

DocumentPreviewControl.ToggleEditingFieldsCommand Property

Returns a command that toggles highlighting of all available fields whose content can be edited.

Namespace : DevExpress.Xpf.Printing

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

NuGet Package : DevExpress.Wpf.Printing

Declaration

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

Property Value

TypeDescription
ICommand

An object implementing the ICommand interface that defines the command.

|

See Also

DocumentPreviewControl Class

DocumentPreviewControl Members

DevExpress.Xpf.Printing Namespace