windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitemcontrol.md
Gets or sets whether this RecentItemControl should display a splitter between its main and content regions.
Namespace : DevExpress.XtraBars.Ribbon
Assembly : DevExpress.XtraBars.v25.2.dll
NuGet Package : DevExpress.Win.Navigation
[DefaultValue(true)]
[DXCategory("Layout")]
public bool ShowSplitter { get; set; }
<DefaultValue(True)>
<DXCategory("Layout")>
Public Property ShowSplitter As Boolean
| Type | Default | Description |
|---|---|---|
| Boolean | true |
true if this RecentItemControl should display a splitter between its main and content regions; otherwise, false.
|
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.
See Also