Skip to main content
All docs
V23.2

CustomDrawNodePreviewEventArgs.PreviewTextBounds Property

Gets the content bounds of the preview section.

Namespace: DevExpress.XtraTreeList

Assembly: DevExpress.XtraTreeList.v23.2.dll

NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.TreeList

Declaration

public Rectangle PreviewTextBounds { get; }

Property Value

Type Description
Rectangle

A bounding rectangle.

See Also