Skip to main content
All docs
V18.2

PrintingSystemBase.EnableCommand(PrintingSystemCommand, Boolean) Method

OBSOLETE

Use the SetCommandVisibility method instead

For internal use.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v18.2.Core.dll

Declaration

[Obsolete("Use the SetCommandVisibility(PrintingSystemCommand command, CommandVisibility visibility) method instead")]
public void EnableCommand(
    PrintingSystemCommand command,
    bool enabled
)

Parameters

Name Type
command PrintingSystemCommand
enabled Boolean
See Also