DataGridFilterPanelTextsBuilder 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 DataGridFilterPanelTextsBuilder :
OptionsOwnerBuilder
Related API Members
The following members return DataGridFilterPanelTextsBuilder objects:
Remarks
Do not instantiate this class explicitly. A new DataGridFilterPanelTextsBuilder
class instance is created when you call the Texts(Action<DataGridFilterPanelTextsBuilder>) method.
Inheritance
Object
OptionsOwnerBuilder
DataGridFilterPanelTextsBuilder
See Also