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

SplitterStyles.VerticalSeparatorCollapsed Property

Gets style settings defining the appearance of the ASPxSplitter‘s vertical separators in the collapsed state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v19.1.dll

Declaration

public SplitterSeparatorStyleBase VerticalSeparatorCollapsed { get; }

Property Value

Type Description
SplitterSeparatorStyleBase

A SplitterSeparatorStyleBase object containing style settings.

See Also