GridViewStyles.EditingErrorRow Property
Gets the style settings used to paint the Error Row.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
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>
See Also