Skip to main content
All docs
V26.1
  • CardView.ShowCustomization() Method

    Invokes the Customization Form.

    Namespace: DevExpress.XtraGrid.Views.Card

    Assembly: DevExpress.XtraGrid.v26.1.dll

    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