Skip to main content

RepositoryItem.ToString() Method

Returns a string that represents the current object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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