Xceed Grid for WinForms v4.3 Documentation
LeftElement Property


Xceed.Grid.Reporting.v4.3 Assembly > Xceed.Grid.Reporting Namespace > HeaderFooter Class : LeftElement Property
Gets the left element of the header or footer section.
Syntax
'Declaration
 
<DescriptionAttribute("The left element of the header or footer section.")>
<CategoryAttribute("Appearance")>
<EndUserBrowsableAttribute(False)>
<TypeConverterAttribute("Xceed.Grid.Design.BlankExpandableObjectConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")>
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Content)>
<XmlIgnoreAttribute()>
Public ReadOnly Property LeftElement As HeaderFooterElement
'Usage
 
Dim instance As HeaderFooter
Dim value As HeaderFooterElement
 
value = instance.LeftElement
[Description("The left element of the header or footer section.")]
[Category("Appearance")]
[EndUserBrowsable(false)]
[TypeConverter("Xceed.Grid.Design.BlankExpandableObjectConverter,Xceed.Grid.v4.3.Design,Version=4.3.20076.12375,Culture=neutral,PublicKeyToken=ba83ff368b7563c6")]
[DesignerSerializationVisibility(DesignerSerializationVisibility.Content)]
[XmlIgnore()]
public HeaderFooterElement LeftElement {get;}

Property Value

A HeaderFooterElement representing the left element of the header or footer section.
Remarks

The IsLeftElementDefined property should be consulted before the LeftElement property is accessed to prevent a new instance of a HeaderFooterElement from being created in the case where none of the properties of the LeftElement have been explicitly set.

The left element's content will always be aligned to the left.

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

Reference

HeaderFooter Class
HeaderFooter Members