Back to Devexpress

BarManager.HideCustomization() Method

windowsforms-devexpress-dot-xtrabars-dot-barmanager-d965014a.md

latest1.4 KB
Original Source

BarManager.HideCustomization() Method

Hides the Customization Window.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public virtual void HideCustomization()
vb
Public Overridable Sub HideCustomization

Remarks

This method hides the Customization Window. To open the window in code, use the BarManager.ShowCustomizationForm method.

For more information, see the Runtime Customization document.

See Also

ShowCustomizationForm()

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace