'Declaration <DescriptionAttribute("The center 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 CenterElement As HeaderFooterElement
'Usage Dim instance As HeaderFooter Dim value As HeaderFooterElement value = instance.CenterElement
[Description("The center 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 CenterElement {get;}