Skip to main content
All docs
V26.1
  • StepProgressBarItem.FarContentTemplate Property

    Gets or sets the template applied to FarContent. This is a dependency property.

    Namespace: DevExpress.Xpf.Controls

    Assembly: DevExpress.Xpf.Controls.v26.1.dll

    Declaration

    public DataTemplate FarContentTemplate { get; set; }

    Property Value

    Type Description
    DataTemplate

    The template applied to FarContent.

    See Also