Skip to main content
A newer version of this page is available. .

SplitterSettings.SeparatorVisible Property

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

Namespace: DevExpress.Web.Mvc

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

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