Back to Devexpress

ISchedulerInplaceEditor Members

windowsforms-devexpress-dot-xtrascheduler-dot-ischedulerinplaceeditor-dot-underscore-members.md

latest2.6 KB
Original Source

ISchedulerInplaceEditor Members

Provides methods to customize properties of an in-place editor.

Properties

NameDescription
BackColorGets or sets the background color of the control.
BoundsGets or sets the size and location of the control.
FontGets or sets the font of the text displayed by the control.
ForeColorGets or sets the foreground color of the control.
ParentGets or sets the parent container of the control.
TextGets or sets the current text in the control.
VisibleGets or sets a value indicating whether the control is displayed.

Methods

NameDescription
Dispose()Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. Inherited from IDisposable.
Focus()Sets input focus to the control.
SelectAll()Selects all text in the control.
SetPositionToTheEndOfText()Sets the selection start to the end of text.

Events

NameDescription
CommitChangesOccurs before a modified value is saved to the underlying data source.
LostFocusOccurs when the control loses focus.
RollbackChangesOccurs before changes are cancelled and the modified value is replaced with the former value (a value before modification).

See Also

ISchedulerInplaceEditor Interface

DevExpress.XtraScheduler Namespace