Skip to main content

Card Field Value

Card field value regions display values of data source fields in cards. Field names are displayed in field caption regions. 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 region. The inplace-editor determines how the corresponding field value is represented on the screen and the editing options available.

 

LayoutView_VE_CardFieldValue

 

The following table lists the main properties affecting element appearance.

Appearance

The LayoutViewAppearances.FieldValue property.

The LayoutView.CustomFieldValueStyle and LayoutView.CustomFieldEditingValueStyle events.

Custom Drawing

The LayoutView.CustomDrawCardFieldValue event.

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.

Display Format

GridColumn.DisplayFormat

In-place Editor

GridColumn.ColumnEdit

Hints

LayoutViewOptionsView.ShowFieldHints