Back to Devexpress

NavigatorButtonBase.Visible Property

windowsforms-devexpress-dot-xtraeditors-dot-navigatorbuttonbase-2c9e8ffd.md

latest1.2 KB
Original Source

NavigatorButtonBase.Visible Property

Gets or sets whether the button is visible.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Behavior")]
public bool Visible { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Behavior")>
Public Property Visible As Boolean

Property Value

TypeDefaultDescription
Booleantrue

true if the button is visible; otherwise, false.

|

See Also

NavigatorButtonBase Class

NavigatorButtonBase Members

DevExpress.XtraEditors Namespace