Skip to main content
All docs
V23.2

CardView.ShowCustomization() Method

Invokes the Customization Form.

Namespace: DevExpress.XtraGrid.Views.Card

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public void ShowCustomization()

Remarks

The ShowCustomization method displays the Customization Form under the Customization Button. Use the CardView.ShowCustomization(Point) method overload to display the Customization Form at a specific position.

The CardView.HideCustomization method allows you to hide the form.

See Also