Skip to main content
All docs
V25.1
  • ImageGalleryCustomDrawEventArgs.Bounds Property

    Gets the bounding rectangle of the displayed ribbon gallery.

    Namespace: DevExpress.XtraBars.Ribbon

    Assembly: DevExpress.XtraBars.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public Rectangle Bounds { get; }

    Property Value

    Type Description
    Rectangle

    The gallery’s boundaries.

    See Also