Skip to main content
A newer version of this page is available. .

TableView.UpdateRowRectangleStyle Property

Gets or sets the style of a rectangle that is displayed when an end user edits a row.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v19.2.dll

Declaration

public Style UpdateRowRectangleStyle { get; set; }

Property Value

Type Description
Style

The style of a rectangle that is displayed when an end user edits a row.

See Also