Skip to main content

DiagramContainer.EditorBounds Property

For internal use. Gets the header editor’s bounds.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

[Browsable(false)]
public virtual RectangleF EditorBounds { get; protected set; }

Property Value

Type Description
RectangleF

A RectangleF structure.

See Also