TileBase.CheckMode Property
In This Article
Gets or sets the touch gesture used to check and uncheck the Tile. This is a dependency property.
Namespace: DevExpress.UI.Xaml.Layout
Assembly: DevExpress.UI.Xaml.Layout.v21.2.dll
NuGet Package: DevExpress.Uwp.Controls
#Declaration
#Property Value
Type | Description |
---|---|
DevExpress. |
A DevExpress. |
#Remarks
The CheckMode property specifies the touch gesture with which an end-user can check and uncheck the Tile. The CheckMode enumeration provides the following values:
- Default — the default value that is equivalent to the RightTap value;
- *RightTap* — the check state is changed when the Tile is right tapped or right clicked;
- Tap — the check state is changed when the Tile is tapped or clicked.
See Also