Skip to main content

AccordionControlElement.ShouldSerializeHeaderTemplate() Method

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

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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