How to detect whether the HubTile is selection marked or not?

4 Feb 20251 minute to read

You can achieve it by using HubTileIsSelectionMarked property.

Property table

Property Description
IsSelectionMarked This property decides whether selection marked over HubTile or not.
/// Sets whether selection is marked over HubTile 

this.HubTile1.IsSelectionMarked = true;
Sets whether selection is marked over HubTile 

Me.HubTile1.IsSelectionMarked = true