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

GridViewImages.ContextMenuExpandDetailRowDisabled Property

OBSOLETE

Use the ContextMenuExpandDetailRow property instead.

Gets or sets the image for the disabled state of the Expand Detail item displayed within the row context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Description
ImageProperties

An ImageProperties that contains image settings.

See Also