Skip to main content

SchedulerPrintStyle.BaseStyle Property

Gets a value indicating if this print style is one of the base styles.

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v23.2.dll

NuGet Package: DevExpress.Win.Scheduler

Declaration

[Browsable(false)]
[DefaultValue(true)]
[XtraSerializableProperty(XtraSerializationFlags.DefaultValue)]
public bool BaseStyle { get; set; }

Property Value

Type Default Description
Boolean true

true if this is one of the base styles; otherwise, false.

Remarks

All base styles are listed by the SchedulerPrintStyleKind enumeration.

See Also