RepositoryItem.ToString() Method
Returns a string that represents the current object.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.2.dll
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