SplitterStyles.VerticalSeparatorCollapsed Property
In This Article
Gets style settings defining the appearance of the ASPxSplitter‘s vertical separators in the collapsed state.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
public SplitterSeparatorStyleBase VerticalSeparatorCollapsed { get; }
#Property Value
Type | Description |
---|---|
Splitter |
A Splitter |
See Also