Skip to main content
All docs
V25.1
  • RatingToolTipEventArgs.HitTest Property

    Gets information about the hit point.

    Namespace: DevExpress.XtraEditors.Repository

    Assembly: DevExpress.XtraEditors.v25.1.dll

    NuGet Package: DevExpress.Win.Navigation

    Declaration

    public RatingHitTest HitTest { get; }

    Property Value

    Type Description
    DevExpress.XtraEditors.Repository.RatingHitTest

    An object that contains information about the hit point.

    See Also