GrapeCity MultiRow Windows Forms Documentation
ViewMode Enumeration


Specifies the mode that determines how the cell and row can be selected in GcMultiRow.
Syntax
<FeatureAttribute(Name="Selection", Version="v5.0")>
Public Enum ViewMode 
   Inherits System.Enum
Dim instance As ViewMode
[Feature(Name="Selection", Version="v5.0")]
public enum ViewMode : System.Enum 
Members
MemberDescription
DefaultSpecifies a mode where the user can select cells and rows at the same time.
DisplaySpecifies a mode where the user cannot select any cell or row.
ListBoxSpecifies a mode where the user can select or unselect the clicked row like the ListBox's MultiSimple selection mode.
RowSpecifies a mode where the user can select the row in which the clicked cell is located and activates the clicked cell.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Win.MultiRow.ViewMode

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

GrapeCity.Win.MultiRow Namespace
ViewMode Property

 

 


Copyright © GrapeCity, inc. All rights reserved.