Skip to main content
Tab

ListBoxColumn(String, String, Unit) Constructor

Initializes a new instance of the ListBoxColumn class with the specified settings.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ListBoxColumn(
    string fieldName,
    string caption,
    Unit width
)

Parameters

Name Type Description
fieldName String

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

caption String

A String value that specifies the column’s caption. This value is assigned to the WebColumnBase.Caption property.

width Unit

A Unit that represents the column width. This value is assigned to the WebColumnBase.Width property.

See Also