aspnetmvc-devexpress-dot-web-dot-mvc-5d047e7d.md
Contains the Splitter extension settings.
Namespace : DevExpress.Web.Mvc
Assembly : DevExpress.Web.Mvc5.v25.2.dll
NuGet Package : DevExpress.Web.Mvc5
public class SplitterSettings :
SettingsBase
Public Class SplitterSettings
Inherits SettingsBase
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.
Object SettingsBase SplitterSettings
See Also