CardRowBase.Indent Property
Gets or sets the indent (in pixels) added to the bottom of the current row.
Namespace: DevExpress.DashboardCommon
Assembly: DevExpress.Dashboard.v24.1.Core.dll
NuGet Package: DevExpress.Dashboard.Core
Declaration
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