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

ISchedulerInplaceEditor.Parent Property

Gets or sets the parent container of the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.dll

Declaration

Control Parent { get; set; }

Property Value

Type Description
Control

A Control that represents the parent or container of the control.

Remarks

Overrides the Parent property.

See Also