Skip to main content
A newer version of this page is available. .

NavigatorButtonBase.Visible Property

Gets or sets whether the button is visible.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v19.2.dll

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