Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

Customization Button

The Customization Button allows users to control column (card field) visibility within a Card View and apply data shaping options (sort and filter). This button is displayed in the top left corner of the View.

When a user clicks the button, the CardView displays the Customization Form that contains visible and hidden columns. The check box to the left of the column name toggles the column visibility state.

The Sort button applies sort options to the corresponding column. Refer to the following help topic for more information: Sort Data in Card Views.

The Filter button displays the Column’s Filter DropDown that allows users to filter column data.

Availability

CardOptionsView.ShowQuickCustomizeButton

Contents

ColumnView.Columns

Form Visibility

CardView.ShowCustomization

CardView.HideCustomization

CardView.IsCustomizationVisible

See Also