Skip to main content
Tab

SplitterStyles.HorizontalSeparatorCollapsed Property

Gets style settings defining the appearance of the ASPxSplitter’s horizontal separators in the collapsed state.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public SplitterSeparatorStyleBase HorizontalSeparatorCollapsed { get; }

Property Value

Type Description
SplitterSeparatorStyleBase

A SplitterSeparatorStyleBase object containing style settings.

See Also