Skip to main content
A newer version of this page is available.
All docs
V18.2
Tab

CardViewGroupSelectorItem.GetFieldValue(String) Method

Returns the value of the specified data field of the selector item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public object GetFieldValue(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value that identifies a data field. This value specifies the name of the data field.

Returns

Type Description
Object

An Object that is the specified data field’s value in the selector item.

See Also