Skip to main content
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.v23.2.dll

NuGet Package: DevExpress.Web

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