BarEditItem.SmallWithTextWidth Property
This member is not supported by the BarEditItem object.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v20.2.dll
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override int SmallWithTextWidth { get; set; }
<Browsable(False)>
<EditorBrowsable(EditorBrowsableState.Never)>
Public Overrides Property SmallWithTextWidth As Integer
Property Value
Type | Description |
---|---|
Int32 | An integer value. |
Remarks
To specify the item's width use the BarItem.Size.Width property.
See Also
Feedback