Skip to main content

SplitterSettings.SeparatorVisible Property

Gets or sets a value specifying the visibility of separators within the Splitter.

Namespace: DevExpress.Web.Mvc

Assembly: DevExpress.Web.Mvc5.v23.2.dll

NuGet Package: DevExpress.Web.Mvc5

Declaration

public bool SeparatorVisible { get; set; }

Property Value

Type Description
Boolean

true if separators should be displayed; otherwise, false.

Remarks

The SeparatorVisible property affects the visibility of all individual pane separators whose Visible property is set to DefaultBoolean.Default.

See Also