Back to Devexpress

AccordionControlHtmlTemplates.FooterPanel Property

windowsforms-devexpress-dot-xtrabars-dot-navigation-dot-accordioncontrolhtmltemplates-344d95c3.md

latest2.4 KB
Original Source

AccordionControlHtmlTemplates.FooterPanel Property

Specifies the HTML-CSS template used to render the control’s footer.

Namespace : DevExpress.XtraBars.Navigation

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Layout")]
public HtmlTemplate FooterPanel { get; }
vb
<DXCategory("Layout")>
Public ReadOnly Property FooterPanel As HtmlTemplate

Property Value

TypeDescription
HtmlTemplate

The HTML-CSS template used to render the control’s footer.

|

Remarks

AccordionControl can render its UI elements from HTML-CSS templates. The following properties allow you to define HTML templates for the footer panel and its elements:

See Also

AccordionControlHtmlTemplates Class

AccordionControlHtmlTemplates Members

DevExpress.XtraBars.Navigation Namespace