Back to Devexpress

DxBorderSettings.Visible Property

blazor-devexpress-dot-blazor-dot-dxbordersettings.md

latest1.0 KB
Original Source

DxBorderSettings.Visible Property

Specifies whether the element’s borders are visible.

Namespace : DevExpress.Blazor

Assembly : DevExpress.Blazor.v25.2.dll

NuGet Package : DevExpress.Blazor

Declaration

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

Property Value

TypeDescription
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

DxBorderSettings Class

DxBorderSettings Members

DevExpress.Blazor Namespace