DxBorderSettings.Visible Property
Specifies whether the element’s borders are visible.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.1.dll
NuGet Package: DevExpress.Blazor
Declaration
[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