Back to Devexpress

ContextButtonBase.MaxHeight Property

windowsforms-devexpress-dot-utils-dot-contextbuttonbase-c4bf85d1.md

latest1.4 KB
Original Source

ContextButtonBase.MaxHeight Property

Gets or sets the maximum height of the current button.

Namespace : DevExpress.Utils

Assembly : DevExpress.Utils.v25.2.dll

NuGet Packages : DevExpress.Utils, DevExpress.Wpf.Core

Declaration

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

Property Value

TypeDefaultDescription
Int320

An integer value that specifies the maximum height of the current button.

|

Remarks

The MaxHeight property allows you to restrict the maximum height of the current button.

See Also

MaxWidth

ContextButtonBase Class

ContextButtonBase Members

DevExpress.Utils Namespace