Skip to main content

AgendaCellStyleBase.Paddings Property

Gets the padding settings of a layout cell.

Namespace: DevExpress.Web.ASPxScheduler

Assembly: DevExpress.Web.ASPxScheduler.v23.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