SchedulerViewBase.GroupSeparatorWidth Property
Gets or sets the width of a separator bar between groups (measured in pixels).
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.1.dll
NuGet Package: DevExpress.Win.Scheduler
Declaration
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int GroupSeparatorWidth { get; set; }
Property Value
Type | Default | Description |
---|---|---|
Int32 | 0 | An integer value which represents the width of a group separator in pixels. |
Remarks
Use the GroupSeparatorWidth property to specify the width of group separator bars. These bars are painted when the scheduler’s appointments are assigned to resources.
The common look of group separator bars is shown in the image below.
See Also