Skip to main content

NavigatorButtonBase.Visible Property

Gets or sets whether the button is visible.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Behavior")]
public bool Visible { get; set; }

Property Value

Type Default Description
Boolean true

true if the button is visible; otherwise, false.

See Also