BarEditItem.Width Property
This member supports the internal infrastructure, and is not intended to be used directly from your code.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int Width { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property Width As Integer
Property Value
Type | Description |
---|---|
Int32 | For internal use. |
Remarks
To set the width of an editor within this BarEditItem, use the BarEditItem.EditWidth property instead.
See Also
Feedback