Skip to main content

Padding.Left Property

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

Namespace: DevExpress.DashboardWeb

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

NuGet Package: DevExpress.Web.Dashboard.Common

#Declaration

public int Left { get; set; }

#Property Value

Type Description
Int32

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

See Also