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.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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.
See Also