SegmentedButton Methods |
The SegmentedButton type exposes the following members.
| Name | Description | |
|---|---|---|
| ClearSelection |
Clears all selected items.
| |
| GetCallback |
Gets an instance of an object used to perform callbacks to the widget from handler implementations
(Overrides ControlGetCallback.) | |
| OnApplyCascadingStyles |
Called when cascading styles should be applied to this control.
(Overrides ControlOnApplyCascadingStyles.) | |
| OnItemClicked |
Raises the ItemClick event.
| |
| OnSelectedIndexChanged |
Raises the SelectedIndexChanged event.
| |
| OnSelectedIndexesChanged |
Raises the SelectedIndexesChanged event.
| |
| OnSelectedItemChanged |
Raises the SelectedItemChanged event.
| |
| OnSelectedItemsChanged |
Raises the SelectedItemsChanged event.
| |
| SelectAll |
Selects all items when SelectionMode is set to Multiple.
|