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

BootstrapCardViewCommandButtonEventArgs.LayoutItem Property

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

Namespace: DevExpress.Web.Bootstrap

Assembly: DevExpress.Web.Bootstrap.v19.1.dll

Declaration

public BootstrapCardViewCommandLayoutItem LayoutItem { get; }

Property Value

Type Description
BootstrapCardViewCommandLayoutItem

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

See Also