Skip to main content
.NET 6.0+

View.ToString() Method

Returns a View‘s textual representation.

Namespace: DevExpress.ExpressApp

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override string ToString()

Returns

Type Description
String

A String value which is the current View’s textual representation.

Remarks

The ToString method returns the human readable name of the View. This name is formed from the current View’s type name and View.Id. For instance, “Address_ListlView, ID: Address_ListView1”).

See Also