Click or drag to resize
CellModifyType Enumeration
The types of modification to apply to a Style object.

Namespace: Stingray.Grid
Assembly: Stingray.GridControl (in Stingray.GridControl.dll) Version: 14.0.0.0
Syntax
public enum CellModifyType
Members
  Member nameValueDescription
Override0 Override existing attributes.
ApplyNew1 For applying only new attributes.
Copy2 For copying attributes.
Exclude3 Attributes which are included in the source style will be removed from the destination style.
Remove4 Specified attributes will be removed from the style.
See Also