SchedulerListEditor Properties
A List Editor that can be used in XAF ASP.NET Core Blazor UI applications to display Scheduler in a UI.Name | Description |
---|---|
ActiveViewType | Gets or sets the type of the View that Scheduler uses to show its data. |
AllowEdit | Indicates whether the data bound to the current List Editor can be edited via the List Editor’s control. Inherited from ListEditor. |
ContextMenuTemplate | Provides access to a List Editor‘s Context Menu Template. Inherited from ListEditor. |
Control | Provides access to the control that is used by the current List Editor to represent a List View in a UI. Inherited from ListEditor. |
DataSource | Specifies a List Editor‘s data source. Inherited from ListEditor. |
DataStorage | Accesses the DevExpress.Blazor.DxSchedulerDataStorage object. |
DayViewInstance | An instance of the DxSchedulerDayView class. |
DayViewModel | Exposes the underlying DxSchedulerDayView component. |
ErrorMessages | Provides access to the current ListEditor‘s error message collection, populated when Validation Rules are broken. Inherited from ListEditor. |
EventAssigner | Intended for internal use. Inherited from SchedulerListEditorBase. |
FocusedObject | Gets or sets the focused object in the SchedulerListEditorBase. Inherited from SchedulerListEditorBase. |
IsChangedOccurrenceFocused | Indicates whether a recurring Event’s occurrence, which was changed and now does not satisfy the recurrency pattern, is focused in the Scheduler. Inherited from SchedulerListEditorBase. |
IsDisposed | Indicates whether a List Editor has been disposed of. Inherited from ListEditor. |
IsOccurrenceFocused | Indicates whether a non-recurring Event is focused in the Scheduler. Inherited from SchedulerListEditorBase. |
IsPatternFocused | Indicates whether an Event which serves as the pattern for other recurring Events is focused in the Scheduler. Inherited from SchedulerListEditorBase. |
IsSchedulerControlLoaded | Indicates whether the Scheduler control has been loaded. Inherited from SchedulerListEditorBase. |
List | This property is intended for internal use. Inherited from ListEditor. |
Model | Provides access to the Application Model node that defines the List View represented by the current List Editors. Inherited from ListEditor. |
MonthViewInstance | An instance of the DxSchedulerMonthView class. |
MonthViewModel | Exposes the underlying DxSchedulerMonthView component. |
Name | Specifies a List Editor‘s name. Inherited from ListEditor. |
ProtectedContentText | Specifies the text that is used by a List Editor to display a property which is prohibited for viewing by the current user. Inherited from ListEditor. |
RequiredProperties | Returns an array of descriptors for the properties considered bindable by the SchedulerListEditorBase‘s Collection Source. Inherited from SchedulerListEditorBase. |
SchedulerDeleteHelper | Intended for internal use. Inherited from SchedulerListEditorBase. |
SchedulerInstance | An instance of the DxScheduler class. |
SchedulerModel |
Provides access to a DxSchedulerModel that exposes members of the underlying DxScheduler component.
|
SchedulerStorageService | A service that creates a DxSchedulerDataStorage object. |
SelectionType | Returns the selection type supported by the SchedulerListEditor. |
SourceObjectHelper | Intended for internal use. Inherited from SchedulerListEditorBase. |
TimelineViewInstance | An instance of the DxSchedulerTimelineView class. |
TimelineViewModel | Provides access to the underlying object that defines the settings of DxSchedulerTimelineView. |
TimelineViewScales | |
UseAsyncLoading | Specifies whether an XPO-based WinForms application loads a List View’s data asynchronously. Inherited from ListEditor. |
ViewTypes | View Types that the Scheduler uses to display its data. |
WeekViewInstance | An instance of the DxSchedulerWeekView class. |
WeekViewModel | Exposes the underlying DxSchedulerWeekView component. |
WorkWeekViewInstance | An instance of the DxSchedulerWorkWeekView class. |
WorkWeekViewModel | Exposes the underlying DxSchedulerWorkWeekView component. |
See Also