Version

IgnoreMultiCellOperation Property

Specifies whether to ignore multi-cell operations on cells of this column. Default value of the property is Default which is resolved to False. If set to True, any multi cell operations that will end up modifying the cell values will be ignored for the cells associated with this column.
Syntax
'Declaration
 
Public Property IgnoreMultiCellOperation As Infragistics.Win.DefaultableBoolean
public Infragistics.Win.DefaultableBoolean IgnoreMultiCellOperation {get; set;}
Remarks

IgnoreMultiCellOperation specifies whether to ignore multi-cell operations on cells of this column. Default value of the property is Default which is resolved to False. If set to True, any multi cell operations that will end up modifying the cell values will be ignored for the cells associated with this column. This is useful for read-only or ID columns when you would typically not want to allow cutting/pasting on cells of such columns. Note that operations that do not modify the values, such as Copy operation, will still be allowed on the associated cells.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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