XRDesignBarManager.SetCommandVisibility(CommandID, BarItemVisibility) Method
In This Article
OBSOLETE
The Set
Changes the visibility of any bar item which executes the specified command.
Namespace: DevExpress.XtraReports.UserDesigner
Assembly: DevExpress.XtraReports.v24.2.Extensions.dll
NuGet Package: DevExpress.Win.Reporting
#Declaration
[Obsolete("The SetCommandVisibility method is obsolete now. Use the XRDesignMdiController.SetCommandVisibility method instead.")]
public void SetCommandVisibility(
CommandID commandID,
BarItemVisibility visibility
)
#Parameters
Name | Type | Description |
---|---|---|
command |
Command |
A Command |
visibility | Bar |
One of the Bar |
#Remarks
The SetCommandVisibility method is obsolete now. Use the XRDesignPanel.SetCommandVisibility method instead.
See Also