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


In This Topic
    HeaderFooter Class Members
    In This Topic

    The following tables list the members exposed by HeaderFooter.

    Public Constructors
     NameDescription
    Public ConstructorOverloaded.   
    Top
    Public Properties
     NameDescription
    Public PropertyGets or sets the background color of the header or footer section.  
    Public PropertyGets or sets the background image of the header or footer section.  
    Public PropertyGets or sets the style of the header or footer sections' BackgroundImage.  
    Public PropertyGets or sets the style of the header or footer sections' BackgroundImage.  
    Public PropertyGets the report style of the header or footer's bottom border.  
    Public PropertyGets or sets the height of the header or footer section's bottom margin, in hundredths of an inch.  
    Public PropertyGets the center element of the header or footer section.  
    Public PropertyGets or sets the header or footer sections' font.  
    Public PropertyGets or sets the foreground color of the header or footer section.  
    Public PropertyGets or sets the custom Format Provider that will be used to format the HeaderFooterElement's content when the HeaderFooterElement.TextFormat property contains macros that use the format parameter.  
    Public PropertyGets a boolean value indicating if one or more properties of the BottomBorder report style have been explicitly set.  
    Public PropertyGets a boolean value indicating if one or more properties of the CenterElement have been explicitly set.  
    Public PropertyGets a boolean value indicating if one or more properties of the LeftElement have been explicitly set.  
    Public PropertyGets a boolean value indicating if one or more properties of the RightElement have been explicitly set.  
    Public PropertyGets a boolean value indicating if one or more properties of the TopBorder report style have been explicitly set.  
    Public PropertyGets the left element of the header or footer section.  
    Public PropertyGets or sets the maximum height of the header or footer section, in hundredths of an inch.  
    Public PropertyGets or sets the minimum height of the header or footer section, in hundredths of an inch.  
    Public PropertyGets or sets a boolean value indicating if the aspect ratio of the BackgroundImage should be preserved.  
    Public PropertyGets the right element of the header or footer section.  
    Public PropertyGets the report style of the header or footer's top border.  
    Public PropertyGets or sets the height of the header or footer section's top margin, in hundredths of an inch.  
    Public PropertyGets or sets the vertical alignment of the header or footer section's content.  
    Top
    Public Methods
     NameDescription
    Public MethodResets the value of the BackColor property to its default value, Color.Empty.  
    Public MethodResets the value of the BackgroundImage property to its default value, a null reference (Nothing in Visual Basic).  
    Public MethodResets the property values of the BottomBorder report style.  
    Public MethodResets the property values of the CenterElement.  
    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, Color.Empty.  
    Public MethodResets the property values of the LeftElement.  
    Public MethodResets the property values of the RightElement.  
    Public MethodResets the property values of the TopBorder report style.  
    Top
    Public Events
     NameDescription
    Public EventRaised when the value of the BackColor property is changed.  
    Public EventRaised when the value of the BackgroundImageAlignment property is changed.  
    Public EventRaised when the value of the BackgroundImage property is changed.  
    Public EventRaised when the value of the BackgroundImageStyle property is changed.  
    Public EventRaised when the value of the BottomMargin property is changed.  
    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 MaxHeight property is changed.  
    Public EventRaised when the value of the MinHeight property is changed.  
    Public EventRaised when the value of the PreserveImageAspectRatio property is changed.  
    Public EventRaised when the value of the TopMargin property is changed.  
    Public EventRaised when the value of the VerticalAlignment property is changed.  
    Top
    See Also