Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+
  • The page you are viewing does not exist in the .NET Standard 2.0+ platform documentation. This link will take you to the parent topic of the current section.

SchedulerListEditor Properties

Represents the Scheduling List Editor used in the XAF Windows Forms applications.
Name Description
AllowEdit Indicates whether the data bound to the current List Editor can be edited via the List Editor’s control. Inherited from ListEditor.
Appointments
AppointmentsCustomFieldMappings Provides access to the collection of objects specifying mappings of the appointments’ custom properties to appropriate data fields.
AppointmentsMappings Provides access to an object that allows the persistent properties of the appointments maintained by the current storage to be bound to appropriate fields in the data source.
BorderStyle Gets or sets the border style for the target Scheduler.
ContextMenuTemplate Returns a null reference.
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.
DateNavigator Provides access to the SchedulerListEditor‘s Date Navigator.
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.
Name Specifies a List Editor‘s name. Inherited from ListEditor.
OptionsCustomization Provides access to the scheduler’s customization options.
Printable Specifies the control to be exported via the ExportController.ExportAction.
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.
Resources
ResourcesDataSource Provides access to the object that stores resources.
ResourcesMappings Provides access to an object that allows the persistent properties of the resources maintained by the current storage to be bound to appropriate fields in the data source.
SchedulerControl Provides access to the SchedulerListEditor‘s control.
SchedulerDeleteHelper Intended for internal use. Inherited from SchedulerListEditorBase.
SelectedAppointments Provides access to the collection of selected appointments.
SelectedInterval Specifies the time interval currently selected in the scheduler’s active view by an end-user.
SelectedResource
SelectionType Returns the selection type supported by the SchedulerListEditorBase. Inherited from SchedulerListEditorBase.
SourceObjectHelper Intended for internal use. Inherited from SchedulerListEditorBase.
Start Specifies the start date of the scheduler.
StorageBase
SupportedExportFormats Provides access to the list of export formats supported by the current Scheduler List Editor.
See Also