Skip to main content
A newer version of this page is available. .

CustomHitTestEventArgs.Result Property

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

Namespace: DevExpress.XtraDiagram

Assembly: DevExpress.XtraDiagram.v19.1.dll

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