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

Card Field

Represents a single data source field and a field value in a card. Card fields are vertically arranged within a card. Each card field consists of two regions: a field caption (displays the string representing the field name) and field value cell (represents a field value using an appropriate in-place editor).

 

VisualElems_CardView_CardField

 

The following table lists the main properties affecting element appearance.

Appearance

Styles can be customized separately for card field captions and value cells. See these topics for more information.

Custom Draw Event

CardView.CustomDrawCardField

The CardView.CustomDrawCardFieldCaption and CardView.CustomDrawCardFieldValue events enable you to custom paint card captions and field values separately.

Height

The CardOptionsBehavior.FieldAutoHeight property.

The CardView.CalcFieldHeight event.

See Also