Skip to main content

XRDesignMdiController.GetCommandVisibility(ReportCommand) Method

Gets the visibility state of the specified report command.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v23.2.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public CommandVisibility GetCommandVisibility(
    ReportCommand command
)

Parameters

Name Type Description
command ReportCommand

A ReportCommand enumeration value, which specifies the command whose visibility is to be determined.

Returns

Type Description
CommandVisibility

A CommandVisibility enumeration value, which represents the visibility state of the report command.

Remarks

In the End-User Designer, every report command is represented by a toolbar button, a menu item, a context menu item, or a context link.

The GetCommandVisibility method allows you to determine the current visibility state of a report command.

To change the visibility of the specified report command, use the XRDesignMdiController.SetCommandVisibility method.

See Also