View.ToString() Method
In This Article
Returns a View‘s textual representation.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.2.dll
NuGet Package: DevExpress.ExpressApp
#Declaration
#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