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

ResourcesTree.FindPanelVisible Property

Gets or sets whether the Find Panel is visible.

Namespace: DevExpress.XtraScheduler.UI

Assembly: DevExpress.XtraScheduler.v20.2.Extensions.dll

NuGet Package: DevExpress.Win.SchedulerExtensions

Declaration

public override bool FindPanelVisible { get; set; }

Property Value

Type Description
Boolean

true if the Find Panel is visible; otherwise, false.

See Also