BCGSoft.Controls.Grid Namespace : ContentOperationMode Enumeration |
'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
Member | Description |
---|---|
RepositionData | Rows are not moved. The data is moved between rows instead. Should be used for Excel-like grids. |
RepositionRows | Row 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. |
System.Object
System.ValueType
System.Enum
BCGSoft.Controls.Grid.ContentOperationMode
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