Skip to main content

PrintingSystem.GetCommandVisibility(PrintingSystemCommand) Method

Gets the current visibility of the specified printing system command.

Namespace: DevExpress.Xpf.Printing

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

#Declaration

public override CommandVisibility GetCommandVisibility(
    PrintingSystemCommand command
)

#Parameters

Name Type Description
command PrintingSystemCommand

A DevExpress.XtraPrinting.PrintingSystemCommand object specifying the command whose visibility state is to be determined.

#Returns

Type Description
CommandVisibility

A DevExpress.XtraPrinting.CommandVisibility enumeration value representing the command's visibility.

See Also