Skip to main content

XRDesignPanel.GetCommandEnabled(ReportCommand) Method

Determines whether the specified report command is currently enabled in the End-User Designer.

Namespace: DevExpress.XtraReports.UserDesigner

Assembly: DevExpress.XtraReports.v24.1.Extensions.dll

NuGet Package: DevExpress.Win.Reporting

Declaration

public bool GetCommandEnabled(
    ReportCommand command
)

Parameters

Name Type Description
command ReportCommand

A ReportCommand enumeration value, specifying the command whose enabled state is to be determined.

Returns

Type Description
Boolean

true if the report command is enabled; otherwise, false.

See Also