PrintControl.IsCommandEnabled(PrintingSystemCommand) Method
Returns a value indicating whether or not the specified command is enabled.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.1.dll
NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.Printing
Declaration
Parameters
Name | Type | Description |
---|---|---|
command | PrintingSystemCommand | A PrintingSystemCommand enumeration value. |
Returns
Type | Description |
---|---|
Boolean | true if the command is enabled; otherwise, false. |
See Also