Skip to main content
Tab

GridViewStyles.EditingErrorRow Property

Gets the style settings used to paint the Error Row.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public GridViewRowStyle EditingErrorRow { get; }

Property Value

Type Description
GridViewRowStyle

A GridViewRowStyle object that contains style settings used to paint error rows.

Remarks

<dx:ASPxGridView ID="grid" runat="server" DataSourceID="ObjectDataSource1" KeyFieldName="Id" 
  AutoGenerateColumns="False" Width="100%" >
    <Columns>
    ...
    </Columns>
    <Styles>
        <EditingErrorRow BackColor="Yellow" />
    </Styles>
</dx:ASPxGridView>

GridViewStyles - EditingErrorRow Property

See Also