Skip to main content

DataGridFilterPanelBuilder Class

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

Namespace: DevExtreme.AspNet.Mvc.Builders

Assembly: DevExtreme.AspNet.Core.dll

Declaration

public class DataGridFilterPanelBuilder :
    OptionsOwnerBuilder

Remarks

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

Inheritance

Object
OptionsOwnerBuilder
DataGridFilterPanelBuilder
See Also