Skip to main content
All docs
V25.1
  • DxBorderSettings.Visible Property

    Specifies whether the element’s borders are visible.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    [Parameter]
    public bool? Visible { get; set; }

    Property Value

    Type Description
    Nullable<Boolean>

    true to display borders; otherwise, false.

    Remarks

    Enable the Visible property to display the element’s borders.

    Refer to the DxBorderSettings class description for more information and an example.

    See Also