Skip to main content

DocumentCommandProvider.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.v24.1.dll

NuGet Package: DevExpress.Wpf.Printing

Declaration

public ICommand ToggleEditingFieldsCommand { get; }

Property Value

Type Description
ICommand

An object implementing the ICommand interface that defines the command.

See Also