SplitterSettings Class
Contains the Splitter extension settings.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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.
Inheritance
Object
SettingsBase
SplitterSettings
See Also