Skip to main content
All docs
V26.1
  • DragDropBehaviorBase<TDragDropBehaviorSource, TDragDropBehaviorProperties>.Properties Property

    Provides access to the Drag-and-Drop Behavior options (preview, indicator, etc.).

    Namespace: DevExpress.Utils.DragDrop

    Assembly: DevExpress.Utils.v26.1.dll

    NuGet Packages: DevExpress.Utils, DevExpress.Wpf.Core

    Declaration

    [Browsable(false)]
    public TDragDropBehaviorProperties Properties { get; }

    Property Value

    Type Description
    TDragDropBehaviorProperties

    A TDragDropBehaviorProperties object that contains the Behavior settings.

    See Also