menu

UWP

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class StyleInfoPropertyOptions - UWP API Reference | Syncfusion

    Show / Hide Table of Contents

    Class StyleInfoPropertyOptions

    Specifies the options for style properties.

    Inheritance
    System.Object
    StyleInfoPropertyOptions
    Namespace: Syncfusion.UI.Xaml.CellGrid.Styles
    Assembly: Syncfusion.SfCellGrid.UWP.dll
    Syntax
    public sealed class StyleInfoPropertyOptions : Enum

    Fields

    All

    All of the above.

    Declaration
    public const StyleInfoPropertyOptions All
    Field Value
    Type
    StyleInfoPropertyOptions

    Cloneable

    The property should be cloned when the parent style object is copied.

    Declaration
    public const StyleInfoPropertyOptions Cloneable
    Field Value
    Type
    StyleInfoPropertyOptions

    CloneableAndDisposable

    The property should be disposed when the parent style object is disposed and cloned when the parent style object is copied.

    Declaration
    public const StyleInfoPropertyOptions CloneableAndDisposable
    Field Value
    Type
    StyleInfoPropertyOptions

    Disposable

    The property should be disposed when the parent style object is disposed.

    Declaration
    public const StyleInfoPropertyOptions Disposable
    Field Value
    Type
    StyleInfoPropertyOptions

    None

    None.

    Declaration
    public const StyleInfoPropertyOptions None
    Field Value
    Type
    StyleInfoPropertyOptions

    Serializable

    The property supports serialization.

    Declaration
    public const StyleInfoPropertyOptions Serializable
    Field Value
    Type
    StyleInfoPropertyOptions

    Extension Methods

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