Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItem.GiveFeedback Event

Enables you to specify the cursor appearance when dragging this editor’s data.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

[DXCategory("Events")]
public event GiveFeedbackEventHandler GiveFeedback

#Event Data

The GiveFeedback event's data class is GiveFeedbackEventArgs. The following properties provide information specific to this event:

Property Description
Effect Gets the drag-and-drop operation feedback that is displayed.
UseDefaultCursors Gets or sets whether drag operation should use the default cursors that are associated with drag-drop effects.

#Remarks

The GiveFeedback event fires repeatedly when dragging this editor’s data. If enables you to specify whether default cursors should be used to indicate the allowed operations. If you cancel default dragging indication, you are responsible for specifying the cursors that should be used.

This event is equivalent to the editor’s GiveFeedback event.

See Also