Back to Devexpress

RepositoryItem.ToString() Method

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitem-2d3da012.md

latest1.3 KB
Original Source

RepositoryItem.ToString() Method

Returns a string that represents the current object.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
public override string ToString()
vb
Public Overrides Function ToString As String

Returns

TypeDescription
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

RepositoryItem Class

RepositoryItem Members

DevExpress.XtraEditors.Repository Namespace