Back to Devexpress

CardViewCommandLayoutItem Class

aspnet-devexpress-dot-web-405e1d10.md

latest2.8 KB
Original Source

CardViewCommandLayoutItem Class

Represents a layout item for a command button within the CardView’s edit form.

Namespace : DevExpress.Web

Assembly : DevExpress.Web.v25.2.dll

NuGet Package : DevExpress.Web

Declaration

csharp
public class CardViewCommandLayoutItem :
    CommandLayoutItem,
    IWebGridCommandItemsOwner
vb
Public Class CardViewCommandLayoutItem
    Inherits CommandLayoutItem
    Implements IWebGridCommandItemsOwner

The following members return CardViewCommandLayoutItem objects:

LibraryRelated API Members
ASP.NET Web Forms ControlsASPxCardViewCommandButtonEventArgs.LayoutItem
ASPxCardViewCustomCommandButtonEventArgs.LayoutItem
CardViewLayoutItemCollection.AddCommandItem(CardViewCommandLayoutItem)
ASP.NET MVC ExtensionsMVCxCardViewLayoutItemCollection.AddCommandItem()
MVCxCardViewLayoutItemCollection.AddCommandItem(Action<CardViewCommandLayoutItem>)

Implements

IStateManager

IPropertiesOwner

IExpressionsAccessor

IDataSourceViewSchemaAccessor

Inheritance

Object StateManager CollectionItem LayoutItemBase LayoutItem ContentPlaceholderLayoutItem CommandLayoutItem CardViewCommandLayoutItem BootstrapCardViewCommandLayoutItem

See Also

CardViewCommandLayoutItem Members

DevExpress.Web Namespace