SplitterSeparators.SeparatorStyle Property
Gets style settings defining the appearance of a separator (or the pane’s child pane separators).
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Description |
---|---|
SplitterSeparatorStyle | A SplitterSeparatorStyle object that contains style settings. |
Remarks
The SeparatorStyle property provides access to the settings that define the appearance of separator elements.
The SeparatorStyle property overrides the common appearance defined for separators via the SplitterStyles.Separator property (or the SplitterStyles.HorizontalSeparator and SplitterStyles.VerticalSeparator properties), available via the control’s ASPxSplitter.Styles property.
See Also