aspnet-devexpress-dot-web-3e670177.md
A layout item for command buttons in the ASPxGridView and ASPxCardView edit forms.
Namespace : DevExpress.Web
Assembly : DevExpress.Web.v25.2.dll
NuGet Package : DevExpress.Web
public class EditModeCommandLayoutItem :
CommandLayoutItem
Public Class EditModeCommandLayoutItem
Inherits CommandLayoutItem
The following members return EditModeCommandLayoutItem objects:
<dx:ASPxGridView ID="grid" runat="server" ...>
<EditFormLayoutProperties ColCount="2">
<Items>
<dx:GridViewLayoutGroup ColCount="2" GroupBoxDecoration="None">
<Items>
...
<dx:GridViewColumnLayoutItem ColumnName="Position" Width="100%" />
<dx:GridViewColumnLayoutItem Caption="Notes" Width="100%" VerticalAlign="Top">
<Template>
<dx:ASPxMemo ID="notesMemo" runat="server" Width="100%" Height="253" Text='<%# Bind("Notes") %>' />
</Template>
</dx:GridViewColumnLayoutItem>
</Items>
</dx:GridViewLayoutGroup>
<dx:EditModeCommandLayoutItem Width="100%" HorizontalAlign="Right" />
</Items>
</EditFormLayoutProperties>
</dx:ASPxGridView>
ASPxGridView - Edit Form Layout
Object StateManager CollectionItem LayoutItemBase LayoutItem ContentPlaceholderLayoutItem CommandLayoutItem EditModeCommandLayoutItem BootstrapEditModeCommandLayoutItem
See Also