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