HorizontalWeek.CanGrow Property
Gets or sets whether the cell’s height can grow to display the contents in full.
Namespace: DevExpress.XtraScheduler.Reporting
Assembly: DevExpress.XtraScheduler.v24.1.Reporting.dll
NuGet Package: DevExpress.Win.SchedulerReporting
Declaration
[Browsable(true)]
[EditorBrowsable(EditorBrowsableState.Always)]
[XtraSerializableProperty]
public override bool CanGrow { get; set; }
Property Value
Type | Description |
---|---|
Boolean | true if the cell’s height can grow to fit its content; otherwise, false. |
Remarks
When the CanGrow property is set to true, the cell’s height will be automatically increased if required, so that all data it contains becomes visible.
See Also