Back to Devexpress

LayoutControl.ShowCustomizationForm() Method

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-07017f86.md

latest1.7 KB
Original Source

LayoutControl.ShowCustomizationForm() Method

Invokes the Customization Form.

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Remarks

To hide the Customization Form call the LayoutControl.HideCustomizationForm method. When the Customization Form is displayed the LayoutControl.ShowCustomization event is fired.

For more information, see Customization Form.

See Also

HideCustomizationForm()

CustomizationForm

ShowCustomization

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace