Skip to main content

DxComboBoxDropDownButton.Visible Property

Specifies whether the button is visible.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

[DefaultValue(true)]
[Parameter]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true if the button is visible; otherwise, false.

Remarks

Refer to the DxComboBoxDropDownButton class description for more information and examples.

See Also