Skip to main content

DXTabControl.ContentFooterTemplate Property

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

Namespace: DevExpress.Xpf.Core

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

NuGet Package: DevExpress.Wpf.Core

Declaration

public DataTemplate ContentFooterTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object that visualizes the content footer.

Remarks

TabControl_HeaderAndFooter

See Also