Checked Items CollectionTo Display Text String Method
Convert the checked item display text values to a comma-separated list
Definition
Namespace: EWSoftware.ListControls
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
Returns a string containing the display values separated by commas. The values will be those extracted from the data source based on the CheckBoxList.DisplayMember setting.
Assembly: EWSoftware.ListControls (in EWSoftware.ListControls.dll) Version: 2024.12.31.0
C#
public string ToDisplayTextString()VB
Public Function ToDisplayTextString As StringC++
public:
String^ ToDisplayTextString()F#
member ToDisplayTextString : unit -> string Return Value
StringReturns a string containing the display values separated by commas. The values will be those extracted from the data source based on the CheckBoxList.DisplayMember setting.