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

DXTabControl.ContentFooterTemplate Property

Gets or sets the template used to visualize the content footer.

Namespace: DevExpress.Xpf.Core

Assembly: DevExpress.Xpf.Core.v19.2.dll

Declaration

public DataTemplate ContentFooterTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that visualizes the content footer.

Remarks

TabControl_HeaderAndFooter

See Also