Skip to main content
A newer version of this page is available. .

CardRowBase.Indent Property

Gets or sets the indent (in pixels) added to the bottom of the current row.

Namespace: DevExpress.DashboardCommon

Assembly: DevExpress.Dashboard.v20.2.Core.dll

NuGet Packages: DevExpress.Dashboard.Core, DevExpress.WindowsDesktop.Dashboard.Core

Declaration

[DefaultValue(0)]
public int Indent { get; set; }

Property Value

Type Default Description
Int32 0

An integer value that specifies the indent (in pixels) added to the bottom of the current row.

Remarks

If you set the Indent property to any value different from 0, the next (bottom) row will be indented by the specified value.

See Also