FlexGrid for WinForms
Selected Property (Row)



Gets or sets whether this row or column is selected.
Syntax
'Declaration
 
<BrowsableAttribute(False)>
<DefaultValueAttribute()>
Public Overrides Property Selected As Boolean
'Usage
 
Dim instance As Row
Dim value As Boolean
 
instance.Selected = value
 
value = instance.Selected
[Browsable(false)]
[DefaultValue()]
public override bool Selected {get; set;}
[Browsable(false)]
[DefaultValue()]
public:
property bool Selected {
   bool get() override;
   void set (    bool value) override;
}
Remarks
Use this property to get or set the selection state for individual rows when the grid's System.Windows.Forms.SelectionMode property is set to SelectionModeEnum.ListBox.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

Row Class
Row Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.

Send Feedback