Skip to main content
A newer version of this page is available. .

PrintingSystem.GetCommandVisibility(PrintingSystemCommand) Method

Gets the current visibility of the specified printing system command.

Namespace: DevExpress.Xpf.Printing

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

Declaration

public override CommandVisibility GetCommandVisibility(
    PrintingSystemCommand command
)

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