Skip to main content
Tab

SplitterSeparatorStyleBase Class

Contains styles settings defining the appearance of the ASPxSplitter’s separators in the collapsed state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public class SplitterSeparatorStyleBase :
    SplitterSimpleStyle

The following members return SplitterSeparatorStyleBase objects:

Remarks

These settings can be accessed via the SplitterStyles.HorizontalSeparatorCollapsed, SplitterStyles.SeparatorCollapsed and SplitterStyles.VerticalSeparatorCollapsed properties.

See Also