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

ISchedulerInplaceEditor.Text Property

Gets or sets the current text in the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v20.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

string Text { get; set; }

Property Value

Type Description
String

A String, representing a control’s text.

Remarks

Overrides the Text property.

See Also