Back to Devexpress

RecentItemBase.IsInMainPanel Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitembase-86beddd9.md

latest1.6 KB
Original Source

RecentItemBase.IsInMainPanel Property

Returns whether or not this item belongs to a main panel of a parent Recent Item Control.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[Browsable(false)]
public bool IsInMainPanel { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsInMainPanel As Boolean

Property Value

TypeDescription
Boolean

true if this item belongs to a main panel of a parent Recent Item Control; otherwise, false.

|

Remarks

See the Recent Item Control to learn about Recent Control panels.

See Also

RecentItemBase Class

RecentItemBase Members

DevExpress.XtraBars.Ribbon Namespace