WinForms

Code Examples Upgrade Guide User Guide Demos Support Forums Download
  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class RibbonControlAdv.DeserializationOptions

    Show / Hide Table of Contents

    Class RibbonControlAdv.DeserializationOptions

    Represents a class that provide options to deserialize the RibbonControlAdv settings.

    Inheritance
    System.Object
    RibbonControlAdv.DeserializationOptions
    Inherited Members
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    Namespace: Syncfusion.Windows.Forms.Tools
    Assembly: Syncfusion.Tools.Windows.dll
    Syntax
    public class DeserializationOptions

    Constructors

    DeserializationOptions()

    Declaration
    public DeserializationOptions()

    Properties

    DeserializeQATItems

    Gets or sets a value that indicates whether the QAT items should be deserialized in RibbonControlAdv.

    Declaration
    public bool DeserializeQATItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the QAT items is serialized; otherwise, false. The default is true.

    DeserializeTabItems

    Gets or sets a value that indicates whether the Tab items should be deserialized in RibbonControlAdv.

    Declaration
    public bool DeserializeTabItems { get; set; }
    Property Value
    Type Description
    System.Boolean

    true if the Tab items is deserialized; otherwise, false. The default is true.

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