'Declaration Public Class HeaderFooter
'Usage Dim instance As HeaderFooter
public class HeaderFooter
'Declaration Public Class HeaderFooter
'Usage Dim instance As HeaderFooter
public class HeaderFooter
Each HeaderFooter section contains 3 HeaderFooterElements: the LeftElement, the CenterElement, and the RightElement. These elements cannot be removed nor can other elements be added.
System.Object
Xceed.Grid.Reporting.HeaderFooter
Name | Description | |
---|---|---|
![]() | HeaderFooter Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | BackColor | Gets or sets the background color of the header or footer section. |
![]() | BackgroundImage | Gets or sets the background image of the header or footer section. |
![]() | BackgroundImageAlignment | Gets or sets the style of the header or footer sections' BackgroundImage. |
![]() | BackgroundImageStyle | Gets or sets the style of the header or footer sections' BackgroundImage. |
![]() | BottomBorder | Gets the report style of the header or footer's bottom border. |
![]() | BottomMargin | Gets or sets the height of the header or footer section's bottom margin, in hundredths of an inch. |
![]() | CenterElement | Gets the center element of the header or footer section. |
![]() | Font | Gets or sets the header or footer sections' font. |
![]() | ForeColor | Gets or sets the foreground color of the header or footer section. |
![]() | FormatProvider | Gets 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. |
![]() | IsBottomBorderDefined | Gets a boolean value indicating if one or more properties of the BottomBorder report style have been explicitly set. |
![]() | IsCenterElementDefined | Gets a boolean value indicating if one or more properties of the CenterElement have been explicitly set. |
![]() | IsLeftElementDefined | Gets a boolean value indicating if one or more properties of the LeftElement have been explicitly set. |
![]() | IsRightElementDefined | Gets a boolean value indicating if one or more properties of the RightElement have been explicitly set. |
![]() | IsTopBorderDefined | Gets a boolean value indicating if one or more properties of the TopBorder report style have been explicitly set. |
![]() | LeftElement | Gets the left element of the header or footer section. |
![]() | MaxHeight | Gets or sets the maximum height of the header or footer section, in hundredths of an inch. |
![]() | MinHeight | Gets or sets the minimum height of the header or footer section, in hundredths of an inch. |
![]() | PreserveImageAspectRatio | Gets or sets a boolean value indicating if the aspect ratio of the BackgroundImage should be preserved. |
![]() | RightElement | Gets the right element of the header or footer section. |
![]() | TopBorder | Gets the report style of the header or footer's top border. |
![]() | TopMargin | Gets or sets the height of the header or footer section's top margin, in hundredths of an inch. |
![]() | VerticalAlignment | Gets or sets the vertical alignment of the header or footer section's content. |
Name | Description | |
---|---|---|
![]() | ResetBackColor | Resets the value of the BackColor property to its default value, Color.Empty. |
![]() | ResetBackgroundImage | Resets the value of the BackgroundImage property to its default value, a null reference (Nothing in Visual Basic). |
![]() | ResetBottomBorder | Resets the property values of the BottomBorder report style. |
![]() | ResetCenterElement | Resets the property values of the CenterElement. |
![]() | ResetFont | Resets the value of the Font property to its default value, a null reference (Nothing in Visual Basic). |
![]() | ResetForeColor | Resets the value of the ForeColor property to its default value, Color.Empty. |
![]() | ResetLeftElement | Resets the property values of the LeftElement. |
![]() | ResetRightElement | Resets the property values of the RightElement. |
![]() | ResetTopBorder | Resets the property values of the TopBorder report style. |
Name | Description | |
---|---|---|
![]() | OnBackColorChanged | Raises the BackColorChanged event. |
![]() | OnBackgroundImageAlignmentChanged | Raises the BackgroundImageAlignmentChanged event. |
![]() | OnBackgroundImageChanged | Raises the BackgroundImageChanged event. |
![]() | OnBackgroundImageStyleChanged | Raises the BackgroundImageStyleChanged event. |
![]() | OnBottomMarginChanged | Raises the BottomMarginChanged event. |
![]() | OnFontChanged | Raises the FontChanged event. |
![]() | OnForeColorChanged | Raises the ForeColorChanged event. |
![]() | OnFormatProviderChanged | Raises the FormatProviderChanged event. |
![]() | OnMaxHeightChanged | Raises the MaxHeightChanged event. |
![]() | OnMinHeightChanged | Raises the MinHeightChanged event. |
![]() | OnPreserveImageAspectRatioChanged | Raises the PreserveImageAspectRatioChanged event. |
![]() | OnTopMarginChanged | Raises the TopMarginChanged event. |
![]() | OnVerticalAlignmentChanged | Raises the VerticalAlignmentChanged event. |
Name | Description | |
---|---|---|
![]() | BackColorChanged | Raised when the value of the BackColor property is changed. |
![]() | BackgroundImageAlignmentChanged | Raised when the value of the BackgroundImageAlignment property is changed. |
![]() | BackgroundImageChanged | Raised when the value of the BackgroundImage property is changed. |
![]() | BackgroundImageStyleChanged | Raised when the value of the BackgroundImageStyle property is changed. |
![]() | BottomMarginChanged | Raised when the value of the BottomMargin property is changed. |
![]() | FontChanged | Raised when the value of the Font property is changed. |
![]() | ForeColorChanged | Raised when the value of the ForeColor property is changed. |
![]() | FormatProviderChanged | Raised when the value of the FormatProvider property is changed. |
![]() | MaxHeightChanged | Raised when the value of the MaxHeight property is changed. |
![]() | MinHeightChanged | Raised when the value of the MinHeight property is changed. |
![]() | PreserveImageAspectRatioChanged | Raised when the value of the PreserveImageAspectRatio property is changed. |
![]() | TopMarginChanged | Raised when the value of the TopMargin property is changed. |
![]() | VerticalAlignmentChanged | Raised when the value of the VerticalAlignment property is changed. |
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