Back to Devexpress

TableView.UpdateRowRectangleStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-tableview-9f75532e.md

latest1.1 KB
Original Source

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

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public Style UpdateRowRectangleStyle { get; set; }
vb
Public Property UpdateRowRectangleStyle As Style

Property Value

TypeDescription
Style

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

|

See Also

TableView Class

TableView Members

DevExpress.Xpf.Grid Namespace