Skip to main content

ITileNavButton.Visible Property

Gets or sets whether the current ITileNavButton object is visible.

Namespace: DevExpress.XtraBars.Navigation

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

bool Visible { get; set; }

Property Value

Type Description
Boolean

true if the current ITileNavButton object is visible; otherwise, false.

See Also