Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / HeaderFooterElement Class
Properties Methods Events


In This Topic
    HeaderFooterElement Class Members
    In This Topic

    The following tables list the members exposed by HeaderFooterElement.

    Public Constructors
     NameDescription
    Public ConstructorInitializes a new instance of the HeaderFooterElement class.  
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the font of the HeaderFooterElement.  
    Public PropertyGets or sets the foreground color of the HeaderFooterElement.  
    Public PropertyGets or sets the custom Format Provider that will be used to format the HeaderFooterElement's content when the TextFormat property contains macros that use the format parameter.  
    Public PropertyGets or sets the image that is displayed in the HeaderFooterElement.  
    Public PropertyGets or sets a value indicating the style with which the Image is displayed.  
    Public PropertyGets or sets a string used to dynamically create the HeaderFooterElement's text.  
    Public PropertyGets or sets the vertical alignment of the HeaderFooterElement's content.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the Font property to its default value, a null reference (Nothing in Visual Basic).  
    Public MethodResets the value of the ForeColor property to its default value, System.Drawing.Color.Empty.  
    Public MethodResets the value of the Image property to its default value, a null reference (Nothing in Visual Basic).  
    Top
    Protected Methods
     NameDescription
    Protected MethodRaises the FontChanged event.  
    Protected MethodRaises the ForeColorChanged event.  
    Protected MethodRaises the FormatProviderChanged event.  
    Protected MethodRaises the ImageChanged event.  
    Protected MethodRaises the ImageStyleChanged event.  
    Protected MethodRaises the TextFormatChanged event.  
    Protected MethodRaises the VerticalAlignmentChanged event.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of the Font property is changed.  
    Public EventRaised when the value of the ForeColor property is changed.  
    Public EventRaised when the value of the FormatProvider property is changed.  
    Public EventRaised when the value of the Image property is changed.  
    Public EventRaised when the value of the ImageStyle property is changed.  
    Public EventRaised when the value of the TextFormat property is changed.  
    Public EventRaised when the value of the VerticalAlignment property is changed.  
    Top
    See Also