Skip to main content
Tab

ListBoxColumn(String) Constructor

Initializes a new instance of the ListBoxColumn class with the specified field name.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ListBoxColumn(
    string fieldName
)

Parameters

Name Type Description
fieldName String

A String value that specifies the name of a data field. This value is assigned to the ListBoxColumn.FieldName property.

See Also