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

    Invokes the Customization Form.

    Namespace: DevExpress.XtraGrid.Views.Card

    Assembly: DevExpress.XtraGrid.v25.1.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