Back to Devexpress

RecentItemControl.ShowSplitter Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitemcontrol.md

latest2.5 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(true)]
[DXCategory("Layout")]
public bool ShowSplitter { get; set; }
vb
<DefaultValue(True)>
<DXCategory("Layout")>
Public Property ShowSplitter As Boolean

Property Value

TypeDefaultDescription
Booleantrue

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.

See Also

SplitterPosition

RecentItemControl Class

RecentItemControl Members

DevExpress.XtraBars.Ribbon Namespace