Skip to main content

Customization Window Overview

The Customization Window is disabled by default. To enable it, set the ASPxCardViewBehaviorSettings.EnableCustomizationWindow property to true.

Customization Window Functionality

End users can use the Customization Window to filter cards within ASPxCardView.

To access and customize the Customization Window’s settings, use the ASPxCardViewPopupControlSettings.CustomizationWindow property. These settings allow you to specify the Customization Window’s availability and position.

Showing and Hiding

To show the Customization Window, use the ASPxClientCardView.ShowCustomizationWindow client method.

To hide the window, call the ASPxClientCardView.HideCustomizationWindow method.

After the Customization Window is closed, the ASPxClientCardView.CustomizationWindowCloseUp event is raised.

Use the ASPxClientCardView.IsCustomizationWindowVisible method to specify whether or not the Customization Window is displayed.

Style

ASPxCardView provides a set of style properties that allow you to customize the appearance of various elements displayed within the Customization Window. These properties are listed in the table below.

Property Description
CardViewCustomizationWindowPopupStyle.MainArea Contains style settings used to paint the Customization Window’s Main Area.