GrapeCity MultiRow Windows Forms Documentation
SelectionMode Property (CornerHeaderCell)


Gets or sets a value that indicates which cells should be selected when clicking the HeaderCell.
Syntax
<DefaultValueAttribute()>
Public Shadows Property SelectionMode As MultiRowSelectionMode
Dim instance As CornerHeaderCell
Dim value As MultiRowSelectionMode
 
instance.SelectionMode = value
 
value = instance.SelectionMode
[DefaultValue()]
public new MultiRowSelectionMode SelectionMode {get; set;}

Property Value

One of the MultiRowSelectionMode values that indicates which cells should be selected when clicking the HeaderCell. The default is MultiRowSelectionMode.AllRows.
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

CornerHeaderCell Class
CornerHeaderCell Members

 

 


Copyright © GrapeCity, inc. All rights reserved.