Class RibbonControlAdv.SerializationOptions
Represents a class that provide options to serialize the RibbonControlAdv settings.
Inheritance
System.Object
RibbonControlAdv.SerializationOptions
Namespace: Syncfusion.Windows.Forms.Tools
Assembly: Syncfusion.Tools.Windows.dll
Syntax
public class SerializationOptions : Object
Constructors
SerializationOptions()
Declaration
public SerializationOptions()
Properties
SerializeQATItems
Gets or sets a value that indicates whether the QAT items should be serialized in RibbonControlAdv.
Declaration
public bool SerializeQATItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | true if the QAT items is serialized; otherwise, false. The default is true. |
SerializeTabItems
Gets or sets a value that indicates whether the Tab items should be serialized in RibbonControlAdv.
Declaration
public bool SerializeTabItems { get; set; }
Property Value
| Type | Description |
|---|---|
| System.Boolean | true if the Tab items is serialized; otherwise, false. The default is true. |