SplitterExtension Class
Represents an extension object implementing the Splitter functionality.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Related API Members
The following members return SplitterExtension objects:
Remarks
To declare the Splitter in a View, invoke the ExtensionsFactory.Splitter helper method. This method returns the Splitter extension that is implemented by the SplitterExtension class.
To configure the Splitter extension, pass the SplitterSettings object to the ExtensionsFactory.Splitter helper method as a parameter. The SplitterSettings object contains all the Splitter extension settings.
Refer to the Splitter Overview topic to learn how to add the Splitter extension to your project.