Skip to main content
All docs
V25.2
  • 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

    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