Back to Devexpress

RecentControlContainerItem.ClientHeight Property

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

latest1.6 KB
Original Source

RecentControlContainerItem.ClientHeight Property

Gets or sets this container’s height.

Namespace : DevExpress.XtraBars.Ribbon

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(20)]
[DXCategory("Layout")]
public int ClientHeight { get; set; }
vb
<DefaultValue(20)>
<DXCategory("Layout")>
Public Property ClientHeight As Integer

Property Value

TypeDefaultDescription
Int3220

An Int32 value that is this container’s height.

|

Remarks

The ClientHeight property is in effect only if the RecentControlContainerItem.FillSpace property equals false. Otherwise, the container occupies all the available space below.

See Also

Recent Item Control

RecentControlContainerItem Class

RecentControlContainerItem Members

DevExpress.XtraBars.Ribbon Namespace