PrintControl.IsCommandEnabled(PrintingSystemCommand) Method
In This Article
Returns a value indicating whether or not the specified command is enabled.
Namespace: DevExpress.XtraPrinting.Control
Assembly: DevExpress.XtraPrinting.v24.2.dll
NuGet Package: DevExpress.Win.Printing
#Declaration
public bool IsCommandEnabled(
PrintingSystemCommand command
)
#Parameters
Name | Type | Description |
---|---|---|
command | Printing |
A Printing |
#Returns
Type | Description |
---|---|
Boolean | true if the command is enabled; otherwise, false. |
See Also