RepositoryItem.ToString() Method
In This Article
Returns a string that represents the current object.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
String | A String value which represents the repository item. |
#Remarks
As implemented in the RepositoryItem class, the ToString method returns an empty string.
See Also