Skip to main content
A newer version of this page is available. .

RepositoryItem.ToString() Method

Returns a string that represents the current object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

public override string ToString()

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