Skip to main content
All docs
V25.1
  • CustomDrawNodePreviewEventArgs.PreviewTextBounds Property

    Gets the content bounds of the preview section.

    Namespace: DevExpress.XtraTreeList

    Assembly: DevExpress.XtraTreeList.v25.1.dll

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

    Declaration

    public Rectangle PreviewTextBounds { get; }

    Property Value

    Type Description
    Rectangle

    A bounding rectangle.

    See Also