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

TreeListHeaderFilterTextsBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class TreeListHeaderFilterTextsBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
TreeListHeaderFilterTextsBuilder
See Also