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.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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.