Skip to main content

TreeListLoadPanelBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TreeListLoadPanelBuilder :
    OptionsOwnerBuilder

Remarks

Do not instantiate this class explicitly. A new TreeListLoadPanelBuilder class instance is created when you call the LoadPanel(Action<TreeListLoadPanelBuilder>) method.

Inheritance

Object
OptionsOwnerBuilder
TreeListLoadPanelBuilder
See Also