Back to Devexpress

ASPxSchedulerOptionsCellAutoHeight Class

aspnet-devexpress-dot-web-dot-aspxscheduler-6fd146b9.md

latest2.3 KB
Original Source

ASPxSchedulerOptionsCellAutoHeight Class

Holds options used to set an auto height cell behavior.

Namespace : DevExpress.Web.ASPxScheduler

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

NuGet Package : DevExpress.Web.Scheduler

Declaration

csharp
public class ASPxSchedulerOptionsCellAutoHeight :
    SchedulerNotificationOptions
vb
Public Class ASPxSchedulerOptionsCellAutoHeight
    Inherits 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.

Implements

INotifyPropertyChanged

Inheritance

Object ViewStatePersisterCore BaseOptions SchedulerNotificationOptions ASPxSchedulerOptionsCellAutoHeight

See Also

ASPxSchedulerOptionsCellAutoHeight Members

CellAutoHeightOptions

DevExpress.Web.ASPxScheduler Namespace