Back to Devexpress

RecentItemBase.IsInContentPanel Property

windowsforms-devexpress-dot-xtrabars-dot-ribbon-dot-recentitembase-9b9d8c6a.md

latest1.6 KB
Original Source

RecentItemBase.IsInContentPanel Property

Returns whether or not this item belongs to a content 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 IsInContentPanel { get; }
vb
<Browsable(False)>
Public ReadOnly Property IsInContentPanel As Boolean

Property Value

TypeDescription
Boolean

true if this item belongs to a content 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