Xceed Grid for WinForms v4.3 Documentation
Xceed.Grid.Reporting.v4.3 Assembly / Xceed.Grid.Reporting Namespace / HeaderFooterElement Class
Members


In This Topic
    HeaderFooterElement Class
    In This Topic
    Class which represents an element in a report's HeaderFooter section.
    Syntax
    'Declaration
     
    Public Class HeaderFooterElement 
    'Usage
     
    Dim instance As HeaderFooterElement
    public class HeaderFooterElement 
    Remarks

    Each HeaderFooter section contains 3 HeaderFooterElements: the LeftElement, the CenterElement, and the RightElement. These elements cannot be removed nor can other elements be added.

    Inheritance Hierarchy

    System.Object
       Xceed.Grid.Reporting.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
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also