Skip to main content
A newer version of this page is available. .

AccordionControlElement.ShouldSerializeHeaderTemplate() Method

Tests whether or not a header template for this AccordionControlElement object should be serialized.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v18.2.dll

Declaration

public bool ShouldSerializeHeaderTemplate()

Returns

Type Description
Boolean

true, if a header template for this AccordionControlElement should be serialized; otherwise, false.

Remarks

This member supports the internal infrastructure, and is not intended to be used directly from your code.

See Also