GrapeCity MultiRow Windows Forms Documentation
Selectable Property (ColumnHeaderSection)


Gets or sets a value that indicates whether this Section is selectable.
Syntax
<SRDescriptionAttribute("Indicates whether the Section is selectable.")>
<DefaultValueAttribute()>
<SRCategoryAttribute("Behavior")>
<TakeCellFreezeAttribute(True)>
Public Overrides Property Selectable As Boolean
Dim instance As ColumnHeaderSection
Dim value As Boolean
 
instance.Selectable = value
 
value = instance.Selectable
[SRDescription("Indicates whether the Section is selectable.")]
[DefaultValue()]
[SRCategory("Behavior")]
[TakeCellFreeze(true)]
public override bool Selectable {get; set;}

Property Value

true if selectable; 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

ColumnHeaderSection Class
ColumnHeaderSection Members

 

 


Copyright © GrapeCity, inc. All rights reserved.