Skip to main content

ISchedulerInplaceEditor.Parent Property

Gets or sets the parent container of the control.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

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