Skip to main content
Tab

GridViewImages.DragAndDropArrowRight Property

Gets the settings of an image displayed at the available column header’s left position, when the column is dragged by an end-user.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public ImageProperties DragAndDropArrowRight { get; }

Property Value

Type Description
ImageProperties

A ImageProperties object that contains image settings.

Remarks

When a grouped column, which has child columns, is moved from the group panel to the column header, horizontal arrows are displayed indicating where the column can be placed. Use the DragAndDropArrowRight and GridViewImages.DragAndDropArrowLeft properties to provide your own arrow images.

DragAndDropArrows

See Also