Skip to main content

MoreButton.Visible Property

Gets or sets whether the MoreButton visual element is displayed.

Namespace: DevExpress.XtraScheduler.Drawing

Assembly: DevExpress.XtraScheduler.v23.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