Skip to main content
All docs
V23.2

BaseView.Padding Property

This is an internal property that should not be used.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

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

Property Value

Type Default Description
Nullable<Padding> null

 

See Also