ASPxCardViewCustomCommandButtonEventArgs.LayoutItem Property
In This Article
Gets the command layout item which owns the processed command button.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public CardViewCommandLayoutItem LayoutItem { get; }
#Property Value
Type | Description |
---|---|
Card |
A Card |
See Also