SplitterSettings.SeparatorVisible Property
Gets or sets a value specifying the visibility of separators within the Splitter.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
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