Skip to main content
All docs
V25.1
  • DataViewBase.AreUpdateRowButtonsShown Property

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

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v25.1.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