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

CardViewGroupSelectorItem.SetFieldValue(String, Object) Method

Modifies the value of the specified data field of the group selector’s item.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public void SetFieldValue(
    string fieldName,
    object value
)

Parameters

Name Type Description
fieldName String

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

value Object

An Object that specifies the data field’s value in the item.

See Also