Skip to main content

RecentItemControl.ShowSplitter Property

Gets or sets whether this RecentItemControl should display a splitter between its main and content regions.

Namespace: DevExpress.XtraBars.Ribbon

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DefaultValue(true)]
[DXCategory("Layout")]
public bool ShowSplitter { get; set; }

Property Value

Type Default Description
Boolean true

true if this RecentItemControl should display a splitter between its main and content regions; otherwise, false.

Remarks

If the ShowSplitter property is set to true, the RecentItemControl will display a splitter between panels assigned to the RecentItemControl.MainPanel and RecentItemControl.ContentPanel/RecentItemControl.DefaultContentPanel properties (see the figure below). End-users will be able to drag this element to resize the right and left control regions. The splitter’s initial position is specified by the RecentItemControl.SplitterPosition property.

RecentItemControl - Splitter

See Also