ASPxSplitter.ShowSeparatorImage Property
Gets or sets a value that specifies whether the separator image is displayed within the splitter’s separators.
Namespace: DevExpress.Web
Assembly: DevExpress.Web.v24.1.dll
NuGet Package: DevExpress.Web
Declaration
Property Value
Type | Default | Description |
---|---|---|
Boolean | true |
|
Remarks
Use the ShowSeparatorImage property to control the visibility of separator images within splitter separators.
The ShowSeparatorImage property’s value can be overridden for individual panes by using their SplitterPane.ShowSeparatorImage property.
See Also