Provides values for ItemClickDefaultAction property
Definition
Namespace:Telerik.WinControls.UI
Assembly:Telerik.WinControls.UI.dll
Syntax:
C#
public enum CarouselItemClickAction
Fields
Indicates that item click will not be handled by default
C#
None = 0
Indicates that item will be set selected when clicked.
C#
SelectItem = 1