Skip to main content
Tab

ASPxSplitter.SeparatorVisible Property

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

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

[DefaultValue(true)]
public bool SeparatorVisible { get; set; }

Property Value

Type Default Description
Boolean true

true if separators should be displayed; otherwise, false.

Remarks

The SeparatorVisible property affects the visibility of all individual pane separators whose SplitterSeparators.Visible property (which can be accessed via a pane’s the SplitterPane.Separator property) is set to DefaultBoolean.Default.

See Also