Back to Devexpress

BarManager.ShowCustomizationForm() Method

windowsforms-devexpress-dot-xtrabars-dot-barmanager-60c2b16d.md

latest1.6 KB
Original Source

BarManager.ShowCustomizationForm() Method

Invokes the Customization Form.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public void ShowCustomizationForm()
vb
Public Sub ShowCustomizationForm

Remarks

If the BarManager.AllowCustomization option is enabled, users can double click a bar to invoke the Customization Form. Call the ShowCustomizationForm method to open the form in code.

See Also

Runtime Customization

AllowCustomization

CreateCustomizationForm

BarManager Class

BarManager Members

DevExpress.XtraBars Namespace