GridViewStyles.EditingErrorRow Property
In This Article
Gets the style settings used to paint the Error Row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public GridViewRowStyle EditingErrorRow { get; }
#Property Value
Type | Description |
---|---|
Grid |
A Grid |
#Remarks
<dx:ASPxGridView ID="grid" runat="server" DataSourceID="ObjectDataSource1" KeyFieldName="Id"
AutoGenerateColumns="False" Width="100%" >
<Columns>
...
</Columns>
<Styles>
<EditingErrorRow BackColor="Yellow" />
</Styles>
</dx:ASPxGridView>
See Also