Skip to main content

Padding.Bottom Property

Gets or sets the bottom padding (space) of the Web Dashboard element.

Namespace: DevExpress.DashboardWeb

Assembly: DevExpress.Dashboard.v23.2.Web.dll

NuGet Package: DevExpress.Web.Dashboard.Common

Declaration

public int Bottom { get; set; }

Property Value

Type Description
Int32

An integer value that specifies the bottom padding of the Web Dashboard element.

See Also