BCGControlBar Library for .NET
ContentOperationMode Enumeration




Specifies how Grid control sorts data.
Syntax
'Declaration
 
Public Enum ContentOperationMode 
   Inherits System.Enum
'Usage
 
Dim instance As ContentOperationMode
public enum ContentOperationMode : System.Enum 
__value public enum ContentOperationMode : public System.Enum 
public enum class ContentOperationMode : public System.Enum 
Members
MemberDescription
RepositionDataRows are not moved. The data is moved between rows instead. Should be used for Excel-like grids.
RepositionRowsRow order is changed. In fact, row order is changed only if you set GridData.AccessRealDataOnly flag to true. Otherwise it changes position of rows in index.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         BCGSoft.Controls.Grid.ContentOperationMode

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

BCGSoft.Controls.Grid Namespace

Send Feedback