FormColCountByScreenBuilder Class
In This Article
Provides methods that allow you to configure nested options of the client-side colCountByScreen object.
Namespace: DevExtreme.AspNet.Mvc.Builders
Assembly: DevExtreme.AspNet.Core.dll
#Declaration
C#
public class FormColCountByScreenBuilder :
OptionsOwnerBuilder
#Related API Members
The following members return FormColCountByScreenBuilder objects:
#Remarks
Do not instantiate this class explicitly. A new FormColCountByScreenBuilder
class instance is created when you call the ColCountByScreen(Action<FormColCountByScreenBuilder>) method.
#Inheritance
Object
OptionsOwnerBuilder
FormColCountByScreenBuilder
See Also