SplitterSeparatorStyleBase Class
In This Article
Contains styles settings defining the appearance of the ASPxSplitter’s separators in the collapsed state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public class SplitterSeparatorStyleBase :
SplitterSimpleStyle
#Related API Members
The following members return SplitterSeparatorStyleBase objects:
#Remarks
These settings can be accessed via the SplitterStyles.HorizontalSeparatorCollapsed, SplitterStyles.SeparatorCollapsed and SplitterStyles.VerticalSeparatorCollapsed properties.
#Inheritance
See Also