Skip to main content

InplaceEditorEventArgs.Bounds Property

Gets or sets the width, height and location of the in-place editor.

Namespace: DevExpress.Xpf.Scheduler

Assembly: DevExpress.Xpf.Scheduler.v14.2.dll

#Declaration

public Rect Bounds { get; set; }

#Property Value

Type Description
Rect

An instance of the Rect structure.

#Remarks

Use the Bounds property to specify the size of an in-place editor, and its location relative to the processed appointment.

#Examples

This example demonstrates how to replace the standard in-place editor with a custom one via the SchedulerControl.InplaceEditorShowing event.

See Also