Skip to main content

RadioGroup.GetFirstItemTextBounds() Method

Returns the bounding rectangle of the first item’s text.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

public Rectangle GetFirstItemTextBounds()

Returns

Type Description
Rectangle

The bounds of the first item’s text.

See Also