Skip to main content
Tab

SplitterStyles Class

Contains settings that allow the appearance of the ASPxSplitter‘s different elements to be defined.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v24.2.dll

NuGet Package: DevExpress.Web

#Declaration

public class SplitterStyles :
    StylesBase

The following members return SplitterStyles objects:

Library Related API Members
ASP.NET Web Forms Controls ASPxSplitter.Styles
ASP.NET MVC Extensions MVCxSplitter.Styles
SplitterSettings.Styles

#Remarks

An object of the SplitterStyles type can be accessed via the ASPxSplitter.Styles property.

#Implements

See Also