Class StyleModifyType
StyleModifyType defines style operations for ModifyStyle(IStyleInfo, StyleModifyType).
Inheritance
System.Object
StyleModifyType
Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
Assembly: Syncfusion.SfCellGrid.UWP.dll
Syntax
public sealed class StyleModifyType : Enum
Fields
ApplyNew
Copies only properties that have not been initialized in the target style object.
Declaration
public const StyleModifyType ApplyNew
Field Value
Type |
---|
StyleModifyType |
Changes
Copies and resets all properties in the target style when the property has been marked as changed in the source style.
Declaration
public const StyleModifyType Changes
Field Value
Type |
---|
StyleModifyType |
Copy
Copies all properties and resets properties in the target style.
Declaration
public const StyleModifyType Copy
Field Value
Type |
---|
StyleModifyType |
Exclude
Resets properties in the target style that have been marked as initialized in the source style.
Declaration
public const StyleModifyType Exclude
Field Value
Type |
---|
StyleModifyType |
Override
Copies all initialized properties.
Declaration
public const StyleModifyType Override
Field Value
Type |
---|
StyleModifyType |
Remove
Clears out all properties.
Declaration
public const StyleModifyType Remove
Field Value
Type |
---|
StyleModifyType |