SplitterSettings.ShowSeparatorImage Property
Gets or sets a value that specifies whether the separator image is displayed within the splitter’s separators.
Namespace: DevExpress.Web.Mvc
Assembly: DevExpress.Web.Mvc5.v24.1.dll
NuGet Package: DevExpress.Web.Mvc5
Declaration
Property Value
Type | Description |
---|---|
Boolean | true if separator images are displayed; otherwise, false. |
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