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