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

ASPxSchedulerOptionsCellAutoHeight Class

Holds options used to set an auto height cell behavior.

Namespace: DevExpress.Web.ASPxScheduler

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

Declaration

public class ASPxSchedulerOptionsCellAutoHeight :
    SchedulerNotificationOptions

The following members return ASPxSchedulerOptionsCellAutoHeight objects:

Remarks

The ASPxSchedulerOptionsCellAutoHeight class provides a set of properties that allow you to specify how the cell auto fit mechanism should operate. These settings can be accessed via the TimelineView.CellAutoHeightOptions properties.

Inheritance

See Also