Back to Devexpress

CustomizeDateNavigationBarCaptionEventArgs Class

windowsforms-devexpress-dot-xtrascheduler-0861c3b3.md

latest1.7 KB
Original Source

CustomizeDateNavigationBarCaptionEventArgs Class

Provides data for the SchedulerControl.CustomizeDateNavigationBarCaption event.

Namespace : DevExpress.XtraScheduler

Assembly : DevExpress.XtraScheduler.v25.2.dll

NuGet Package : DevExpress.Win.Scheduler

Declaration

csharp
public class CustomizeDateNavigationBarCaptionEventArgs :
    EventArgs
vb
Public Class CustomizeDateNavigationBarCaptionEventArgs
    Inherits EventArgs

CustomizeDateNavigationBarCaptionEventArgs is the data class for the following events:

Remarks

Instances of the CustomizeDateNavigationBarCaptionEventArgs class are automatically created, initialized and passed to corresponding event handlers.

Inheritance

Object EventArgs CustomizeDateNavigationBarCaptionEventArgs

See Also

CustomizeDateNavigationBarCaptionEventArgs Members

DevExpress.XtraScheduler Namespace