Skip to main content
All docs
V25.1
  • FluentSplashScreenOptions.LoadingIndicatorType Property

    Gets or sets the loading indicator kind.

    Namespace: DevExpress.XtraSplashScreen

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    [DefaultValue(FluentLoadingIndicatorType.Dots)]
    public FluentLoadingIndicatorType LoadingIndicatorType { get; set; }

    Property Value

    Type Default Description
    DevExpress.XtraSplashScreen.FluentLoadingIndicatorType Dots

    The loading indicator kind.

    Property Paths

    You can access this nested property as listed below:

    Object Type Path to LoadingIndicatorType
    FluentSplashScreenOptions
    .Default .LoadingIndicatorType

    Remarks

    image

    The following indicator types are available.

    • FluentLoadingIndicatorType.Dots

      image

    • FluentLoadingIndicatorType.Ring

      image

    • FluentLoadingIndicatorType.Spinner

      image

    See Also