Skip to main content
Tab

ASPxGridViewDetailRowEventArgs.Expanded Property

Gets whether the row has been expanded or collapsed.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

#Declaration

public bool Expanded { get; }

#Property Value

Type Description
Boolean

true if the row has been expanded; otherwise, false.

See Also