View.ToString() Method
Returns a View‘s textual representation.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.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