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 Value Cell

Card field value cells display values of data source fields in cards. Field names are displayed in field captions to the left of value cells. Value cells and field captions are elements of card fields.

Each card field is associated with an appropriate in-place editor displayed in a value cell. The inplace-editor determines how the corresponding field value is represented on the screen and the editing options available.

 

VisualElems_CardView_CardFieldValueCell

 

The following table lists the main properties affecting element appearance.

Appearance

CardViewAppearances.FieldValue

Custom Draw Event

CardView.CustomDrawCardFieldValue

Contents

Use the ColumnView.GetRowCellValue and ColumnView.GetRowCellDisplayText methods to obtain the value and its text representation for a particular cell. To modify the cell value, use the ColumnView.SetRowCellValue method.

Width

The width is equal to a card‘s width minus the field caption‘s width.

See Also