Skip to main content
A newer version of this page is available. .
All docs
V22.1

BaseView.Padding Property

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v22.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Padding? Padding { get; set; }

Property Value

Type Default
Nullable<Padding> null
See Also