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

ASPxCardViewCustomCommandButtonEventArgs.LayoutItem Property

Gets the command layout item which owns the processed command button.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public CardViewCommandLayoutItem LayoutItem { get; }

Property Value

Type Description
CardViewCommandLayoutItem

A CardViewCommandLayoutItem object that is the command layout item which owns the processed button.

See Also