Skip to main content
A newer version of this page is available. .

TableView.UpdateRowButtonsTemplate Property

Gets or sets a template that specifies an appearance of the buttons which allow you to update rows.

Namespace: DevExpress.Xpf.Grid

Assembly: DevExpress.Xpf.Grid.v20.2.dll

NuGet Packages: DevExpress.WindowsDesktop.Wpf.Grid.Core, DevExpress.Wpf.Grid.Core

Declaration

public DataTemplate UpdateRowButtonsTemplate { get; set; }

Property Value

Type Description
DataTemplate

A template that specifies an appearance of the buttons which allow you to update rows.

Remarks

Tip

Topic: Edit Entire Row

See Also