Skip to main content

FlowLayoutControl.LayerSeparatorStyle Property

Gets or sets the style applied to separators. This is a dependency property.

Namespace: DevExpress.Xpf.LayoutControl

Assembly: DevExpress.Xpf.LayoutControl.v23.2.dll

NuGet Package: DevExpress.Wpf.LayoutControl

Declaration

public Style LayerSeparatorStyle { get; set; }

Property Value

Type Description
Style

A Style that is applied to layer separators.

Remarks

Note

This style is intended for the DevExpress.Xpf.LayoutControl.LayerSeparator type.

Separators are visible if the FlowLayoutControl.ShowLayerSeparators property is set to true. The LayerSeparatorStyle property allows the style of separators to be customized.

See Also