DayViewBaseActualAppearance.HeaderItemCustomizer Property
Gets the customization object that is applied to the header items.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IDayViewHeaderItemCustomizer HeaderItemCustomizer { get; }
Property Value
Type | Description |
---|---|
IDayViewHeaderItemCustomizer | The customization object. |
See Also