Gets or sets a value that indicates whether this row or column is selected.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public virtual bool Selected { get; set; }
Visual Basic
Public Overridable Property Selected As Boolean
	Get
	Set

See Also