Skip to main content

GroupCaptionCustomDrawEventArgs.CaptionBounds Property

Gets the painted caption’s bounding rectangle.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.Utils.v23.2.dll

NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

Declaration

public Rectangle CaptionBounds { get; }

Property Value

Type Description
Rectangle

A Rectangle structure which represents the painted caption’s bounding rectangle.

See Also