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

MoreButton.Visible Property

Gets or sets whether the MoreButton visual element is displayed.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

public bool Visible { get; set; }

Property Value

Type Description
Boolean

True to display the MoreButton visual element; otherwise, false.

See Also