Back to Devexpress

DataViewBase.AreUpdateRowButtonsShown Property

wpf-devexpress-dot-xpf-dot-grid-dot-dataviewbase-f9fcf100.md

latest1.1 KB
Original Source

DataViewBase.AreUpdateRowButtonsShown Property

Gets whether the buttons which allow you to update rows are shown.

Namespace : DevExpress.Xpf.Grid

Assembly : DevExpress.Xpf.Grid.v25.2.Core.dll

NuGet Package : DevExpress.Wpf.Grid.Core

Declaration

csharp
public bool AreUpdateRowButtonsShown { get; protected set; }
vb
Public Property AreUpdateRowButtonsShown As Boolean

Property Value

TypeDescription
Boolean

true, if the buttons which allow you to update rows are shown; otherwise, false.

|

See Also

DataViewBase Class

DataViewBase Members

DevExpress.Xpf.Grid Namespace