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

ASPxGridViewDetailRowButtonEventArgs.IsExpanded Property

Gets whether the processed data row is expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v18.2.dll

Declaration

public bool IsExpanded { get; }

Property Value

Type Description
Boolean

true if the processed row is expanded; otherwise, false.

See Also