Skip to main content
Tab

GridViewRowMenuItemVisibility.ExpandDetailRow Property

Gets or sets the visibility of the Expand Detail item displayed within the row context menu.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool ExpandDetailRow { get; set; }

Property Value

Type Default Description
Boolean true

true, if the item is visible; otherwise, false.

Remarks

Use the ExpandDetailRow property to specify the visibility of the default context menu item Expand Detail. You can set the item text and image using the ASPxGridViewTextSettings.ContextMenuExpandDetailRow and GridViewImages.ContextMenuExpandDetailRow properties respectively.

See Also