FormulaBarStyleInfo Class
Represents the class to define the style for FormulaBar control.
Inheritance
System.Object
FormulaBarStyleInfo
Namespace: Syncfusion.Windows.Forms.Spreadsheet
Assembly: Syncfusion.Spreadsheet.Windows.dll
Syntax
public class FormulaBarStyleInfo : StyleInfoSubObjectBase
Constructors
FormulaBarStyleInfo()
Initializes a new instance of the FormulaBarStyleInfo class.
Declaration
public FormulaBarStyleInfo()
FormulaBarStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the FormulaBarStyleInfo class.
Declaration
public FormulaBarStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Styles.StyleInfoSubObjectIdentity | identity | A Syncfusion.Styles.StyleInfoSubObjectIdentity that holds the identity for this FormulaBarStyleInfoStore. |
FormulaBarStyleInfo(StyleInfoSubObjectIdentity, StyleInfoStore)
Initializes a new instance of the FormulaBarStyleInfo class.
Declaration
public FormulaBarStyleInfo(StyleInfoSubObjectIdentity identity, StyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
Syncfusion.Styles.StyleInfoSubObjectIdentity | identity | A FormulaBarStyleInfoIdentity that holds the identity for this FormulaBarStyleInfoStore. |
Syncfusion.Styles.StyleInfoStore | store | The store. |
Properties
DefaultStyle
Gets the default style value for the FormulaBar control.
Declaration
public static FormulaBarStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
FormulaBarStyleInfo |
Methods
GetDefaultStyle()
Gets the default style value of the FormulaBarStyleInfo class.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
Syncfusion.Styles.StyleInfoBase | Returns the default style value. |