Skip to main content
All docs
V25.1
  • DataChangeBuilder Class

    Provides methods that allow you to configure nested options of the client-side changes object.

    Namespace: DevExtreme.AspNet.Mvc.Builders

    Assembly: DevExtreme.AspNet.Core.dll

    Declaration

    public class DataChangeBuilder :
        OptionsOwnerBuilder,
        ICollectionItem

    Remarks

    Do not instantiate this class explicitly. A new DataChangeBuilder class instance is created when you call the DataGridEditingBuilder.Changes or TreeListEditingBuilder.Changes method.

    Implements

    Inheritance

    Object
    OptionsOwnerBuilder
    DataChangeBuilder
    See Also