New to Telerik UI for WinFormsStart a free 30-day trial

Properties and Events

Updated over 6 months ago

RadCheckedDropDownList

Properties

PropertyDescription
AutoCompleteModeSpecifies the mode for the automatic completion feature used in the DropDownList and the TextBox controls.
MaxLengthGets or sets the maximum number of characters the user can type or paste into the text box control.
CheckedDropDownListElementGives you access to the RadCheckedDropDownListElement instance.
ReadOnlyGets or sets a value indicating whether the drop down list is read only.
ItemsGets a collection representing the items contained in this RadCheckedDropDownList.
CheckedItemsGets a collection representing the checked items contained in this RadCheckedDropDownList.
CheckedMemberGets or sets a string which will be used to get a description text string for each visual item. This property can not be set to null. Setting it to null will cause it to contain an empty string.
ShowCheckAllItemsShow or Hide the CheckAll item.

Events

EventDescription
TokenValidatingOccurs when text is validating as token
TextBlockFormattingOccurs when text block is formatting.
CreateTextBlockOccurs when an instance of ITextBlock is created.
ItemCheckedChangingOccurs when a ListViewDataItem is about to be checked. Cancelable.
ItemCheckedChangedOccurs when a ListViewDataItem is checked.
CheckAllItemCheckedChangedOccurs when the CheckAllItem is checked.
CheckAllItemCheckedChangingOccurs when the CheckAllItem is about to be checked. Cancelable.

RadCheckedListDataItem

PropertyDescription
CheckedSets the value indicates whether the item is checked. The value is reflected in the RadCheckedDropDownList and in the DataBoundItem if such exists and RadCheckedDropDownList has its CheckedMember set accordingly.
OwnerGets the owner RadListElement.
SelectedGets or sets a value that indicates if this item is selected. Setting this property will cause the selection events of the owner list control to fire if there is one.

See Also