Skip to main content

ISchedulerInplaceEditor.Text Property

Gets or sets the current text in the control.

Namespace: DevExpress.XtraScheduler

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