'Declaration Public Class HeaderFooterElement
'Usage Dim instance As HeaderFooterElement
public class HeaderFooterElement
'Declaration Public Class HeaderFooterElement
'Usage Dim instance As HeaderFooterElement
public class HeaderFooterElement
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.HeaderFooterElement
Name | Description | |
---|---|---|
![]() | HeaderFooterElement Constructor | Initializes a new instance of the HeaderFooterElement class. |
Name | Description | |
---|---|---|
![]() | Font | Gets or sets the font of the HeaderFooterElement. |
![]() | ForeColor | Gets or sets the foreground color of the HeaderFooterElement. |
![]() | FormatProvider | Gets 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. |
![]() | Image | Gets or sets the image that is displayed in the HeaderFooterElement. |
![]() | ImageStyle | Gets or sets a value indicating the style with which the Image is displayed. |
![]() | TextFormat | Gets or sets a string used to dynamically create the HeaderFooterElement's text. |
![]() | VerticalAlignment | Gets or sets the vertical alignment of the HeaderFooterElement's content. |
Name | Description | |
---|---|---|
![]() | 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, System.Drawing.Color.Empty. |
![]() | ResetImage | Resets the value of the Image property to its default value, a null reference (Nothing in Visual Basic). |
Name | Description | |
---|---|---|
![]() | OnFontChanged | Raises the FontChanged event. |
![]() | OnForeColorChanged | Raises the ForeColorChanged event. |
![]() | OnFormatProviderChanged | Raises the FormatProviderChanged event. |
![]() | OnImageChanged | Raises the ImageChanged event. |
![]() | OnImageStyleChanged | Raises the ImageStyleChanged event. |
![]() | OnTextFormatChanged | Raises the TextFormatChanged event. |
![]() | OnVerticalAlignmentChanged | Raises the VerticalAlignmentChanged event. |
Name | Description | |
---|---|---|
![]() | 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. |
![]() | ImageChanged | Raised when the value of the Image property is changed. |
![]() | ImageStyleChanged | Raised when the value of the ImageStyle property is changed. |
![]() | TextFormatChanged | Raised when the value of the TextFormat 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