Skip to main content
A newer version of this page is available. .
Tab

SplitterSeparatorStyleBase Class

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

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