Back to Devexpress

TreeListView.UpdateRowRectangleStyle Property

wpf-devexpress-dot-xpf-dot-grid-dot-treelistview-7cd447b6.md

latest1.1 KB
Original Source

TreeListView.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

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

|

See Also

TreeListView Class

TreeListView Members

DevExpress.Xpf.Grid Namespace