Skip to main content
All docs
V26.1
  • StepProgressBar.FarContentLength Property

    Gets or sets the space allocated for the FarContent area. This is a dependency property.

    Namespace: DevExpress.Xpf.Controls

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

    Declaration

    public GridLength FarContentLength { get; set; }

    Property Value

    Type Description
    GridLength

    The space allocated for the FarContent area.

    See Also