Skip to main content
A newer version of this page is available. .

SchedulerPrintStyle.BaseStyle Property

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

Namespace: DevExpress.XtraScheduler.Printing

Assembly: DevExpress.XtraScheduler.v18.2.dll

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