Skip to main content
A newer version of this page is available. .

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