Skip to main content

ContextButtonBase.Width Property

Gets or sets the button width.

Namespace: DevExpress.Utils

Assembly: DevExpress.Utils.v23.2.dll

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

Declaration

[DefaultValue(0)]
[DXCategory("Layout")]
public int Width { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the button width.

Remarks

By default, the button size is automatically calculated based on the sizes of the button glyph (see ContextItem.Glyph), caption (see ContextButtonBase.Caption) and padding (see ContextButtonBase.Padding). The ContextButtonBase.Height and Width properties allow you to override the automatically calculated values with custom ones.

See Also