Skip to main content
All docs
V25.1
  • BaseView.Padding Property

    This is an internal property that should not be used.

    Namespace: DevExpress.XtraBars.Docking2010.Views

    Assembly: DevExpress.XtraBars.v25.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