ASPxSplitter.SeparatorVisible Property
In This Article
Gets or sets a value specifying the visibility of separators within the ASPxSplitter control.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.2.dll
NuGet Package: DevExpress.Web
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
#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