LayoutViewInfoCustomizingEventArgs Properties
Provides data for the SchedulerControl.LayoutViewInfoCustomizing event.| Name | Description |
|---|---|
| Cache | |
| Kind | Gets the type of a visual element that raises the event. |
| ShouldRecalculateLayout | Forces layout recalculation after applying changes specified in the event handler. |
| ViewInfo | Provides access to the object which contains the information used to render the layout element. |
See Also