Class CalendarFooterStyleInfo
Represents the class that defines the footer style information for the SfCalendar control.
Inheritance
Implements
Inherited Members
Namespace: Syncfusion.WinForms.Input.Styles
Assembly: Syncfusion.SfInput.WinForms.dll
Syntax
public class CalendarFooterStyleInfo : StyleInfoSubObjectBase, ICustomTypeDescriptor, IDisposable, IStyleInfo, ISupportInitialize, IFormattable, IConvertible, IXmlSerializable, IStyleInfoSubObject
Constructors
CalendarFooterStyleInfo()
Initializes a new instance of the CalendarFooterStyleInfo class.
Declaration
public CalendarFooterStyleInfo()
CalendarFooterStyleInfo(StyleInfoSubObjectIdentity)
Initializes a new instance of the CalendarFooterStyleInfo class and associates it with an existing StyleInfoStore.
Declaration
public CalendarFooterStyleInfo(StyleInfoSubObjectIdentity identity)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
CalendarFooterStyleInfo(StyleInfoSubObjectIdentity, CalendarFooterStyleInfoStore)
Initializes a new instance of the CalendarFooterStyleInfo class and associates it with an existing StyleInfoStore.
Declaration
public CalendarFooterStyleInfo(StyleInfoSubObjectIdentity identity, CalendarFooterStyleInfoStore store)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoSubObjectIdentity | identity | A StyleInfoSubObjectIdentity that holds the identity for this StyleInfoBase. |
CalendarFooterStyleInfoStore | store | A StyleInfoStore that holds data for this object. All changes in this style object will be saved in the StyleInfoStore object. |
Properties
BackColor
Gets or sets the background color of footer in SfCalendar.
Declaration
public Color BackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
DefaultStyle
Gets the default style value for SfCalendar.
Declaration
public static CalendarFooterStyleInfo DefaultStyle { get; }
Property Value
Type |
---|
CalendarFooterStyleInfo |
ForeColor
Gets or sets the foreground color of footer in SfCalendar.
Declaration
public Color ForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverBackColor
Gets or sets the background color of footer in hover state.
Declaration
public Color HoverBackColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
HoverForeColor
Gets or sets the foreground color of footer in hover state.
Declaration
public Color HoverForeColor { get; set; }
Property Value
Type |
---|
System.Drawing.Color |
Methods
GetDefaultStyle()
Provide the default style of the Footer of Calendar.
Declaration
protected override StyleInfoBase GetDefaultStyle()
Returns
Type | Description |
---|---|
StyleInfoBase | Default style object. |
Overrides
MakeCopy(StyleInfoBase, StyleInfoProperty)
Makes an exact copy of the current object.
Declaration
public override IStyleInfoSubObject MakeCopy(StyleInfoBase newOwner, StyleInfoProperty sip)
Parameters
Type | Name | Description |
---|---|---|
StyleInfoBase | newOwner | The new owner style object for the copied object. |
StyleInfoProperty | sip | The identifier for this object. |
Returns
Type | Description |
---|---|
IStyleInfoSubObject | A copy of the current object registered with the new owner style object. |