Back to Devexpress

BarEditItemLink.EditWidth Property

windowsforms-devexpress-dot-xtrabars-dot-baredititemlink-8dedbaa3.md

latest1.8 KB
Original Source

BarEditItemLink.EditWidth Property

Gets or sets the width of an editor, hosted within this BarEditItemLink.

Namespace : DevExpress.XtraBars

Assembly : DevExpress.XtraBars.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[XtraSerializableProperty]
public virtual int EditWidth { get; set; }
vb
<XtraSerializableProperty>
Public Overridable Property EditWidth As Integer

Property Value

TypeDescription
Int32

An Int32 value that is the width of an editor, hosted within this BarEditItemLink.

|

Remarks

The BarItem.Size property allows you to set the BarEditItemLink‘s total width. Use the EditWidth property to set the width of an editor within this BarEditItemLink. The BarEditItemLink‘s region that displays the item glyph and caption will then be Size.Width - EditWidth pixels in length.

See Also

BarEditItemLink Class

BarEditItemLink Members

DevExpress.XtraBars Namespace