ViewShortcut.ToString() Method
Returns a string representation of the ViewShortcut.
Namespace: DevExpress.ExpressApp
Assembly: DevExpress.ExpressApp.v24.1.dll
NuGet Package: DevExpress.ExpressApp
Declaration
Returns
Type | Description |
---|---|
String | A String containing a textual representation of the current View Shortcut. |
Remarks
The ToString method returns the key/value pairs contained in the View Shortcut. Keys and values forming a pair are separated by the equals sign and pairs are separated by the ampersand character. The following line illustrates a string representation of a View Shortcut:
"ViewID=Contact_DetailView&ObjectKey=5e5c49bf-1a00-4fde-b85e-e568d03da89e&ScrollPosition=&ObjectClassName=MySolution.Module.Contact"
See Also