CheckedListBox
Wisej.Web.CheckedListBox
Last updated
Was this helpful?
Wisej.Web.CheckedListBox
Last updated
Was this helpful?
Namespace: Wisej.Web
Assembly: Wisej.Framework (4.0.0.0)
Displays a in which a check box is displayed to the left of each item.
Initializes a new instance of the class.
Initializes a new instance of the class.
onItemCheck
dataSource
displayMember
valueMember
iconMember
checkStateMember
onItemCheck
location
Initial location.
size
Initial size.
onItemCheck
location
Initial location.
size
Initial size.
dataSource
displayMember
valueMember
iconMember
checkStateMember
onItemCheck
Creates a new instance of the item collection.
Returns a value indicating whether the specified item is checked.
index
The index of the item.
Throws:
Returns a value indicating the check state of the current item.
index
The index of the item to get the checked value of.
Throws:
e
e
e
Processes the event from the client.
e
Event arguments.
Renders the client component.
config
Dynamic configuration object.
Refreshes the item contained at the specified location.
index
The location of the item to refresh.
index
The index of the item to set the check state for.
value
true to set the item as checked; otherwise, false.
Throws:
Sets the check state of the item at the specified index.
index
The index of the item to set the state for.
value
Throws:
Sets the object with the specified index in the derived class.
index
The array index of the object.
value
The object.
Sets the specified array of objects in a collection in the derived class.
value
An array of items.
Provides access to the UserData
and Tag
properties associated to the component implementing this interface.
Bindable components implement this interface.
Controls that support drag & drop operations implement this interface.
Provides access to the validation events and properties property for controls that support validation.
All wisej components implement this interface.
Allows an object to serialize itself.
Optional handler.
Initializes a new instance of class with the specified settings.
Initial .
Initial .
Initial .
Initial .
Initial .
Optional handler.
Initializes a new instance of the class with the specified settings.
Optional handler.
Initializes a new instance of the class with the specified settings.
Initial .
Initial .
Initial .
Initial .
Initial .
Optional handler.
: Collection of checked indexes in the .
: Collection of checked items in the .
: Returns or sets whether list items are checked when they are clicked. The default is to check the item when clicking on the checkbox icon. (Default: False
)
: Returns or sets the property to bind to the of the items in the control. (Default: ""
)
: Returns the collection of items in this .
: Returns or sets the separator used to concatenate and parse multiple checked values for the property. (Default: ","
)
Unchecks all items in the .
Returns: . A that represents the new item collection.
Returns: . true if the item is checked; otherwise, false.
The index specified is less than zero; or the index specified is greater than or equal to the count of items in the list.
Returns: . One of the values.
The index specified is less than zero; or the index specified is greater than or equal to the count of items in the list.
Fires the event.
An that contains the event data.
Fires the event.
A that contains the event data.
Fires the event.
An that contains the event data.
Reloads all the items from the data source.
Sets for the item at the specified index to Checked.
The index specified is less than zero; or the index is greater than the count of items in the list.
One of the values.
The index specified is less than zero; or the index is greater than or equal to the count of items in the list.
Fired after the checked state of an item changes.
Fired when the property changes.
Fired when the user clicks the control.
Fired when the checked state of an item changes.
Fired when the user clicks the control with the mouse.
Provides access to the associated with the controls that implement this interface.
Provides access to the property for coontrols that support the read-only mode.
Provides access to the property and event for controls that implement this interface.
All wisej controls derived from the class must implement this interface.