Click or drag to resize
ModifyType Enumeration
The different options for composing two styles or font objects.

Namespace: Stingray.Grid
Assembly: Stingray.GridUtils (in Stingray.GridUtils.dll) Version: 14.0.0.0
Syntax
public enum ModifyType
Members
  Member nameValueDescription
Override0 Override existing attributes
ApplyNew1 Apply only new attributes
Copy2 Copy the style attributes
Exclude3 Reset Attributes
Remove4 Remove attributes
See Also