UWP

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

    Show / Hide Table of Contents

    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 Description
    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 Description
    StyleModifyType

    Copy

    Copies all properties and resets properties in the target style.

    Declaration
    public const StyleModifyType Copy
    Field Value
    Type Description
    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 Description
    StyleModifyType

    Override

    Copies all initialized properties.

    Declaration
    public const StyleModifyType Override
    Field Value
    Type Description
    StyleModifyType

    Remove

    Clears out all properties.

    Declaration
    public const StyleModifyType Remove
    Field Value
    Type Description
    StyleModifyType

    value__

    Declaration
    public int value__
    Field Value
    Type Description
    System.Int32

    Extension Methods

    DateTimeExtension.ToDateTime(Object)
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved