public bool IsSelectedCell { get; set; }
Public Property IsSelectedCell As Boolean Get Set
public: property bool IsSelectedCell { bool get (); void set (bool value); }
member IsSelectedCell : bool with get, set
In This Article