A newer version of this page is available.
Switch to the current version.
SchedulerPrintStyle.Kind Property
Gets the kind of a print style.
Namespace: DevExpress.XtraScheduler.Printing
Assembly: DevExpress.XtraScheduler.v19.2.dll
Declaration
[Browsable(false)]
public abstract SchedulerPrintStyleKind Kind { get; }
<Browsable(False)>
Public MustOverride ReadOnly Property Kind As SchedulerPrintStyleKind
Property Value
Type | Description |
---|---|
SchedulerPrintStyleKind | A SchedulerPrintStyleKind enumeration value which represents the kind of print style. |
Remarks
This property should be overridden in descendants of the SchedulerPrintStyle class.
See Also
Feedback