Class RibbonControlAdv.DeserializationOptions
Represents a class that provide options to deserialize the RibbonControlAdv settings.
Inheritance
System.Object
RibbonControlAdv.DeserializationOptions
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
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. |