PrintingSystem.GetCommandVisibility(PrintingSystemCommand) Method
Gets the current visibility of the specified printing system command.
Namespace: DevExpress.Xpf.Printing
Assembly: DevExpress.Xpf.Printing.v25.1.dll
NuGet Package: DevExpress.Wpf.Printing
Declaration
Parameters
| Name | Type | Description |
|---|---|---|
| command | PrintingSystemCommand | A PrintingSystemCommand object specifying the command whose visibility state is to be determined. |
Returns
| Type | Description |
|---|---|
| CommandVisibility | A CommandVisibility enumeration value representing the command’s visibility. |
See Also