DxBorderSettings.Visible Property
In This Article
Specifies whether the element’s borders are visible.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
#Declaration
C#
[Parameter]
public bool? Visible { get; set; }
#Property Value
Type | Description |
---|---|
Nullable<Boolean> |
|
#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