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

GridViewImages.ContextMenuSummaryNoneDisabled Property

OBSOLETE

Use the ContextMenuSummaryNone property instead.

Gets or sets the image for the disabled state of the None item displayed within the footer context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

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

Property Value

Type Description
ImageProperties

An ImageProperties that contains image settings.

See Also