Skip to main content

CustomHitTestEventArgs.Result Property

Gets or sets whether the test point belongs to a diagram item.

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v23.2.dll

NuGet Package: DevExpress.Win.Diagram

Declaration

public bool? Result { get; set; }

Property Value

Type Description
Nullable<Boolean>

true if the test point belongs to a diagram item; otherwise, false. null, if the default hit test logic should be applied.

See Also