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

AgendaCellStyle.Width Property

Gets or sets the cell width.

Namespace: DevExpress.Web.ASPxScheduler

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

NuGet Package: DevExpress.Web.Scheduler

Declaration

public override Unit Width { get; set; }

Property Value

Type Description
Unit

An Unit structure specifying the cell width.

See Also