Back to Devexpress

SchedulerInplaceEditorEventArgs Members

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

latest4.6 KB
Original Source

SchedulerInplaceEditorEventArgs Members

Provides parameters which can be used to instantiate a custom in-place editor within the SchedulerControl.InplaceEditorShowing event handler.

Constructors

NameDescription
SchedulerInplaceEditorEventArgs()Initializes a new instance of the SchedulerInplaceEditorEventArgs class with the default settings.

Fields

NameDescription
Empty staticProvides a value to use with events that do not have event data. Inherited from EventArgs.

Properties

NameDescription
BackColorGets or sets the background color of the inplace editor.
BackColor2The color which is interpreted as the second color of the background’s gradient brush.
BoundsGets or sets the size and location of the inplace editor.
ControlGets or sets the containing Scheduler control.
FontGets or sets the font of the text displayed by the inplace editor.
ForeColorGets or sets the foreground color of the inplace editor.
HandledGets or sets whether an event was handled and no default actions are required.
UseFullCellEditorIndicates whether the in-place editor should occupy the entire time cell.
ViewInfoGets or sets the object which contains the information used to render the appointment.

Methods

NameDescription
Equals(Object, Object) staticDetermines whether the specified object instances are considered equal. Inherited from Object.
Equals(Object)Determines whether the specified object is equal to the current object. Inherited from Object.
GetHashCode()Serves as the default hash function. Inherited from Object.
GetType()Gets the Type of the current instance. Inherited from Object.
MemberwiseClone() protectedCreates a shallow copy of the current Object. Inherited from Object.
ReferenceEquals(Object, Object) staticDetermines whether the specified Object instances are the same instance. Inherited from Object.
ToString()Returns a string that represents the current object. Inherited from Object.

See Also

SchedulerInplaceEditorEventArgs Class

DevExpress.XtraScheduler Namespace