Back to Devexpress

ASPxCardViewCustomCommandButtonEventArgs.LayoutItem Property

aspnet-devexpress-dot-web-dot-aspxcardviewcustomcommandbuttoneventargs.md

latest1.3 KB
Original Source

ASPxCardViewCustomCommandButtonEventArgs.LayoutItem Property

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

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public CardViewCommandLayoutItem LayoutItem { get; }
vb
Public ReadOnly Property LayoutItem As CardViewCommandLayoutItem

Property Value

TypeDescription
CardViewCommandLayoutItem

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

|

See Also

ASPxCardViewCustomCommandButtonEventArgs Class

ASPxCardViewCustomCommandButtonEventArgs Members

DevExpress.Web Namespace