AppointmentFlyoutOptions.SubjectAutoHeight Property
Gets or sets whether the subject area height is automatically adjusted to fit the text.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v20.2.dll
Declaration
[DefaultValue(false)]
public bool SubjectAutoHeight { get; set; }
<DefaultValue(False)>
Public Property SubjectAutoHeight As Boolean
Property Value
Type | Default | Description |
---|---|---|
Boolean | false |
True, if the height is automatically adjusted; otherwise, false. |
Property Paths
You can access this nested property as listed below:
Object Type | Path to SubjectAutoHeight |
---|---|
SchedulerControl |
|
Examples
See Also
Feedback