TileBase.CheckMode Property
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.UI.Xaml.Layout.CheckMode | A DevExpress.UI.Xaml.Layout.CheckMode enumeration value that specifies the touch gesture used to check and uncheck the Tile. The default is Default. |
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