Skip to main content
A newer version of this page is available. .
Tab

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.v18.2.dll

Declaration

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

Property Value

Type Default Description
Boolean **true**

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