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

AgendaCellStyleBase.Paddings Property

Gets the padding settings of a layout cell.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v20.2.dll

NuGet Package: DevExpress.Web.Scheduler

Declaration

public virtual Paddings Paddings { get; }

Property Value

Type Description
Paddings

A Paddings object containing padding settings.

See Also