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.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

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