WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Enum StyleModifyType

    Show / Hide Table of Contents

    Enum StyleModifyType

    StyleModifyType defines style operations for ModifyStyle(IStyleInfo, StyleModifyType).

    Namespace: Syncfusion.Windows.Styles
    Assembly: Syncfusion.GridCommon.Wpf.dll
    Syntax
    public enum StyleModifyType

    Fields

    Name Description
    ApplyNew

    Copies only properties that have not been initialized in the target style object.

    Changes

    Copies and resets all properties in the target style when the property has been marked as changed in the source style.

    Copy

    Copies all properties and resets properties in the target style.

    Exclude

    Resets properties in the target style that have been marked as initialized in the source style.

    Override

    Copies all initialized properties.

    Remove

    Clears out all properties.

    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved