IsSelected Property (ColumnBase)
In This Topic
Gets or sets whether this row or column is selected.
Syntax
'Declaration
Public Property IsSelected As System.Boolean
'Usage
Dim instance As ColumnBase
Dim value As System.Boolean
instance.IsSelected = value
value = instance.IsSelected
public System.bool IsSelected {get; set;}
public read-write property IsSelected: System.Boolean;
public function get,set IsSelected : System.boolean
public: __property System.bool get_IsSelected();
public: __property void set_IsSelected(
System.bool value
);
public:
property System.bool IsSelected {
System.bool get();
void set ( System.bool value);
}
See Also