GrapeCity MultiRow Windows Forms Documentation
SelectRowWhenClickBlankArea Property


Gets or sets a value that indicates whether to select the row when clicking in the blank area.
Syntax
<SRDescriptionAttribute("Indicates whether to select the row when clicking in the blank area.")>
<SRCategoryAttribute("Behavior")>
<DefaultValueAttribute()>
Public Property SelectRowWhenClickBlankArea As Boolean
Dim instance As GcMultiRow
Dim value As Boolean
 
instance.SelectRowWhenClickBlankArea = value
 
value = instance.SelectRowWhenClickBlankArea
[SRDescription("Indicates whether to select the row when clicking in the blank area.")]
[SRCategory("Behavior")]
[DefaultValue()]
public bool SelectRowWhenClickBlankArea {get; set;}

Property Value

true to select the row when clicking the blank area; otherwise, false. The default is false.
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

GcMultiRow Class
GcMultiRow Members

 

 


Copyright © GrapeCity, inc. All rights reserved.