Skip to main content
All docs
V26.1
  • 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.v26.1.dll

    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