Skip to main content

AgendaCellStyle.Width Property

Gets or sets the cell width.

Namespace: DevExpress.Web.ASPxScheduler

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