BarItemLink.UserEditWidth Property
Gets or sets the width of an editor within the current BarItemLink.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
Property Value
Type | Description |
---|---|
Int32 | An Int32 value that is the width of an editor within the current BarItemLink. |
Remarks
The UserEditWidth property is in effect only when the link’s BarItemLink.UserAlignment property enables the BarLinkUserDefines.EditWidth value. Otherwise, the link uses the BarEditItemLink.EditWidth property.
See Also