Back to Devexpress

CheckedListBoxItem.ToString() Method

windowsforms-devexpress-dot-xtraeditors-dot-controls-dot-checkedlistboxitem-13d6efb7.md

latest1.5 KB
Original Source

CheckedListBoxItem.ToString() Method

Returns the text representation of the current item.

Namespace : DevExpress.XtraEditors.Controls

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 that specifies the text representation of the current CheckedListBoxItem object.

|

Remarks

See the CheckedListBoxItem.Description property to learn more.

See Also

Description

Value

CheckedListBoxItem Class

CheckedListBoxItem Members

DevExpress.XtraEditors.Controls Namespace