GridViewDataColumn.ToString() Method
Returns a string that represents the current object.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Returns
Type | Description |
---|---|
String | A String value that represents the current object. |
Remarks
If the data column’s Caption property is specified and isn’t set to an empty string, the ToString method returns the column’s caption. Otherwise, the name of the data field specified by the GridViewDataColumn.FieldName property is returned.
See Also