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

    Specifies whether the element’s borders are visible.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    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 additional information and an example.

    See Also