Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

TileBarItem Events
Show Inherited Hide Inherited

An item, rendered as a tile in the TileBar control.
Name Description
CheckedChanged Fires after the current TileItem‘s check state was changed. Inherited from TileItem.
CommandCanExecuteChanged Occurs when the CanExecute(Object) status of the Command has changed. Inherited from TileItem.
CommandChanged Occurs after the value of the Command property has changed. Inherited from TileItem.
CommandParameterChanged Occurs after the value of the CommandParameter property has changed. Inherited from TileItem.
Disposed Occurs when the component is disposed by a call to the Dispose() method. Inherited from Component.
ItemClick Fires when a user clicks the current tile. Inherited from TileItem.
ItemDoubleClick Occurs when an end-user double-clicks the current TileItem. Inherited from TileItem.
ItemPress Fires when a user presses the current tile. Inherited from TileItem.
RightItemClick Fires after the current TileItem was clicked with the right mouse button. Inherited from TileItem.
See Also