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

GridViewImages.ContextMenuFullCollapseDisabled Property

OBSOLETE

Use the ContextMenuFullCollapse property instead.

Gets or sets the image for the disabled state of the Collapse All item displayed within the group panel and column context menus.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

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

Property Value

Type Description
ImageProperties

An ImageProperties that contains image settings.

See Also