BarEditItem.EditorPadding Property
Gets or sets the padding for the editor within this BarEditItem.
Namespace: DevExpress.XtraBars
Assembly: DevExpress.XtraBars.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Padding EditorPadding { get; set; }
Property Value
Type |
---|
Padding |
See Also