Enumerable holding the possible triggers that change a tile's state.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.Navigation.dll
Syntax:
C#
public enum TileStateChangeTrigger
Fields
Tile state is changed on double-click on the tile header.
C#
DoubleClick = 2
Tile state is not changed on clicks.
C#
None = 0
Tile state is changed on a single click on the tile header.
C#
SingleClick = 1