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

DataLayoutControl.ItemUpdateSourceTrigger Property

Gets or sets a value that determines when the data layout control items are updated.

Namespace: DevExpress.Xpf.LayoutControl

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

NuGet Packages: DevExpress.WindowsDesktop.Wpf.LayoutControl, DevExpress.Wpf.Layout

Declaration

public UpdateSourceTrigger ItemUpdateSourceTrigger { get; set; }

Property Value

Type Description
UpdateSourceTrigger

One of the UpdateSourceTrigger enumeration values.

See Also