Back to Devexpress

RecentControlContainerItem.FillSpace Property

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

latest2.1 KB
Original Source

RecentControlContainerItem.FillSpace Property

Gets or sets whether or not this RecentControlContainerItem object should occupy all available space within its parent panel.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(false)]
[DXCategory("Behavior")]
public bool FillSpace { get; set; }
vb
<DefaultValue(False)>
<DXCategory("Behavior")>
Public Property FillSpace As Boolean

Property Value

TypeDefaultDescription
Booleanfalse

true if this RecentControlContainerItem object should occupy all available space within its parent panel; otherwise, false.

|

Remarks

If the FillSpace property equals false , the RecentControlContainerItem occupies space based on the RecentControlContainerItem.ClientHeight property value.

See Also

ClientHeight

Recent Item Control

RecentControlContainerItem Class

RecentControlContainerItem Members

DevExpress.XtraBars.Ribbon Namespace