Back to Devexpress

Card Field

windowsforms-525-controls-and-libraries-data-grid-visual-elements-card-view-elements-card-field.md

latest2.4 KB
Original Source

Card Field

  • Apr 01, 2018

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).

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

Rows

Grid Columns

Cells

Edit Data. Create Cell Editors. Validate User Input

Appearance and Conditional Formatting