alexa
menu

WinForms

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

    Show / Hide Table of Contents

    Class StorageFormat

    Contains types of formats to store object parameters.

    Inheritance
    System.Object
    StorageFormat
    Namespace: Syncfusion.Windows.Shared
    Assembly: Syncfusion.Shared.WPF.dll
    Syntax
    public sealed class StorageFormat : Enum

    Fields

    Binary

    Use binary format as a storage format.

    Declaration
    public const StorageFormat Binary
    Field Value
    Type
    StorageFormat

    Registry

    Use system registry as a storage format.

    Declaration
    public const StorageFormat Registry
    Field Value
    Type
    StorageFormat

    Xml

    Use xml format as a storage format.

    Declaration
    public const StorageFormat Xml
    Field Value
    Type
    StorageFormat
    Back to top Generated by DocFX
    Copyright © 2001 - 2026 Syncfusion Inc. All Rights Reserved