Skip to main content
A newer version of this page is available. .
Tab

GridViewBandColumn.ToString() Method

Returns a string that is the current object.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public override string ToString()

Returns

Type Description
String

A String that is the current GridViewBandColumn object.

Remarks

This method returns the column’s caption (if it is defined via the WebColumnBase.Caption property and is not set to an empty string) or the ‘Band’ string.

See Also