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.v21.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public UpdateSourceTrigger ItemUpdateSourceTrigger { get; set; }

Property Value

Type Description
UpdateSourceTrigger

One of the UpdateSourceTrigger enumeration values.

See Also