Skip to main content

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

public bool AreUpdateRowButtonsShown { get; protected set; }

Property Value

Type Description
Boolean

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

See Also