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

GridViewImages.ContextMenuSortAscendingDisabled Property

OBSOLETE

Use the ContextMenuSortAscending property instead.

Gets or sets the image for the disabled state of the Sort Ascending item displayed within the column context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

[Obsolete("Use the ContextMenuSortAscending property instead.")]
public ImageProperties ContextMenuSortAscendingDisabled { get; }

Property Value

Type Description
ImageProperties

An ImageProperties that contains image settings.

See Also