CardView.ShowCustomization() Method
Invokes the Customization Form.
Namespace: DevExpress.XtraGrid.Views.Card
Assembly: DevExpress.XtraGrid.v24.1.dll
NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation
Declaration
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