BaseView.Padding Property
This is an internal property that should not be used.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.1.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