Skip to main content
Tab

ASPxGridViewDetailRowButtonEventArgs.IsExpanded Property

Gets whether the processed data row is expanded.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public bool IsExpanded { get; }

Property Value

Type Description
Boolean

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

See Also