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

CellsAutoHeightOptions Class

Holds options used to set the auto height cell behavior.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v19.1.Core.dll

Declaration

public class CellsAutoHeightOptions :
    SchedulerNotificationOptions

The following members return CellsAutoHeightOptions objects:

Remarks

The CellsAutoHeightOptions class provides the CellsAutoHeightOptions.Enabled property to enable or disable the cell auto fit mode and the CellsAutoHeightOptions.MinHeight property to specify the minimum resource height that can be set. These settings can be accessed via the TimelineView.CellsAutoHeight property.

See Also