GrapeCity MultiRow Windows Forms Documentation
Selectable Property (Cell)


Gets or sets a value that indicates whether the Cell can be selected.
Syntax
<SRDescriptionAttribute("Indicates whether the user can select the cell.")>
<SRCategoryAttribute("Behavior")>
Public Property Selectable As Boolean
Dim instance As Cell
Dim value As Boolean
 
instance.Selectable = value
 
value = instance.Selectable
[SRDescription("Indicates whether the user can select the cell.")]
[SRCategory("Behavior")]
public bool Selectable {get; set;}

Property Value

true if the Cell can be selected; otherwise, false. The default is true.
Remarks
When the cell's owner Template is added to GcMultiRow, if the cell's owner Section's Section.Selectable property is false, this property is also 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

Cell Class
Cell Members
Selectable Property

 

 


Copyright © GrapeCity, inc. All rights reserved.