Skip to main content
All docs
V26.1
  • 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.v26.1.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