Back to Devexpress

SchedulerViewBase.GroupSeparatorWidth Property

windowsforms-devexpress-dot-xtrascheduler-dot-schedulerviewbase-ed56dd60.md

latest1.7 KB
Original Source

SchedulerViewBase.GroupSeparatorWidth Property

Gets or sets the width of a separator bar between groups (measured in pixels).

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
[DefaultValue(0)]
[XtraSerializableProperty]
public virtual int GroupSeparatorWidth { get; set; }
vb
<DefaultValue(0)>
<XtraSerializableProperty>
Public Overridable Property GroupSeparatorWidth As Integer

Property Value

TypeDefaultDescription
Int320

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

SchedulerViewBase Class

SchedulerViewBase Members

DevExpress.XtraScheduler Namespace