Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

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.v24.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