CheckedListBoxItem.ToString() Method
In This Article
Returns the text representation of the current item.
Namespace: DevExpress.XtraEditors.Controls
Assembly: DevExpress.XtraEditors.v24.2.dll
NuGet Package: DevExpress.Win.Navigation
#Declaration
#Returns
Type | Description |
---|---|
String | A string that specifies the text representation of the current Checked |
#Remarks
See the CheckedListBoxItem.Description property to learn more.
See Also