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

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

Syntax

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

See Also