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

BarItem.DescriptionTemplate Property

Gets or sets a template for the current BarItem object’s Description. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core

Declaration

public DataTemplate DescriptionTemplate { get; set; }

Property Value

Type Description
DataTemplate

A DataTemplate object specifying a template for the current BarItem object’s Description.

See Also