LayoutElementKind Enum
In This Article
Lists types of visual elements in a scheduler control that triggered the event.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v24.2.dll
NuGet Package: DevExpress.Win.Scheduler
#Declaration
#Members
Name | Description |
---|---|
Date
|
A date header. |
Resource
|
A resource header. |
Cell
|
A time cell. |
Time
|
A time ruler element. |
#Related API Members
The following properties accept/return LayoutElementKind values:
#Remarks
Returned by the LayoutViewInfoCustomizingEventArgs.Kind property.
See Also