Skip to main content

TileViewColumns.ToString() Method

Returns the textual representation of the current TileViewColumns object.

Namespace: DevExpress.XtraGrid.Columns

Assembly: DevExpress.XtraGrid.v23.2.dll

NuGet Packages: DevExpress.Win.Grid, DevExpress.Win.Navigation

Declaration

public override string ToString()

Returns

Type Description
String

A String value, which is the textual representation of the current TileViewColumns object.

See Also