MobileForms Toolkit Documentation

Cell.Selected Property

Get or set the boolean value indicating, whether cell is selected.

public bool Selected {get; set;}

Remarks

The cell can be selected through this property only if it is displayed on the screen. If the cell is scrolled away, the selection dissappears. To pernamently select cell, you must activate it by calling ActivateCell method.

See Also

Cell Class | Resco.Controls.SmartGrid Namespace