Skip to main content

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

NuGet Package: 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