BaseView.Padding Property
This is an internal property that should not be used.
Namespace: DevExpress.XtraBars.Docking2010.Views
Assembly: DevExpress.XtraBars.v24.2.dll
Declaration
[Browsable(false)]
[DefaultValue(null)]
[EditorBrowsable(EditorBrowsableState.Never)]
public Padding? Padding { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Nullable<Padding> | null |
|
See Also