Back to Devexpress

AgendaView Properties

wpf-devexpress-dot-xpf-dot-scheduling-dot-agendaview-dot-underscore-properties.md

latest28.3 KB
Original Source

AgendaView Properties

A view that displays a chronological list of appointments grouped by day.

NameDescription
AgendaViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
AllowDropOverrides the AllowDrop property to hide it. Inherited from DXFrameworkContentElement.
AppointmentAllDayTextSpecifies the text that indicates all-day appointments. This is a dependency property.
AppointmentContentTemplateGets or sets the data template used to display the content of appointments in the Agenda View. This is a dependency property.
AppointmentContentTemplateSelectorGets or sets an object that selects an appointment content template based on custom logic. This is a dependency property.
AppointmentFullIntervalStringFormatGets or sets the format of the string displayed in appointments that indicates the full interval of an appointment. This is a dependency property.
AppointmentIntervalStringFormatGets or sets the format of the string displayed in appointments that indicates the interval of an appointment. This is a dependency property.
AppointmentLeftArrowTextStringFormatGets or sets the format of the string displayed in appointments that do not fit in the view area. This is a dependency property.
AppointmentRightArrowTextStringFormatGets or sets the format of the string displayed in appointments that do not fit in the view area. This is a dependency property.
AppointmentStyleGets or sets the style of appointments in the Agenda View. This is a dependency property.
AreAnyTouchesCapturedGets a value that indicates whether at least one touch is captured to this element. Inherited from ContentElement.
AreAnyTouchesCapturedWithinGets a value that indicates whether at least one touch is captured to this element or to any child elements in its visual tree. Inherited from ContentElement.
AreAnyTouchesDirectlyOverGets a value that indicates whether at least one touch is pressed over this element. Inherited from ContentElement.
AreAnyTouchesOverGets a value that indicates whether at least one touch is pressed over this element or any child elements in its visual tree. Inherited from ContentElement.
BindingGroupOverrides the BindingGroup property, to hide it. Inherited from DXFrameworkContentElement.
CaptionGets or sets a caption for the current View ‘s bar item. This is a dependency property. Inherited from ViewBase.
CommandBindingsOverrides the CommandBindings property to hide it. Inherited from DXFrameworkContentElement.
ContextMenuOverrides the ContextMenu property to hide it. Inherited from DXFrameworkContentElement.
CursorOverrides the Cursor property to hide it. Inherited from DXFrameworkContentElement.
DataContextGets or sets the data context for an element when it participates in data binding. Inherited from FrameworkContentElement.
DayCountGets or sets the number of consecutive days displayed in the Agenda View. This is a dependency property.
DaysSpecifies the collection of System.DateTime values representing the days displayed in the Agenda View.
DayViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
DayViewBaseThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
DefaultStyleKey protectedGets or sets the key to use to find the style template for this control in themes. Inherited from FrameworkContentElement.
DependencyObjectTypeGets the DependencyObjectType that wraps the CLR type of this instance. Inherited from DependencyObject.
DescriptionGets or sets a description for the current View ‘s bar item. This is a dependency property. Inherited from ViewBase.
DispatcherGets the Dispatcher this DispatcherObject is associated with. Inherited from DispatcherObject.
FocusableOverrides the Focusable property to hide it. Inherited from DXFrameworkContentElement.
FocusVisualStyleOverrides the FocusVisualStyle property to hide it. Inherited from DXFrameworkContentElement.
ForceCursorOverrides the ForceCursor property to hide it. Inherited from DXFrameworkContentElement.
GlyphGets or sets the bar item’s small icon for the current View. This is a dependency property. Inherited from ViewBase.
GridControlStyleGets or sets the style applied to a GridControl object used by the view. This is a dependency property.
HasAnimatedPropertiesOverrides the HasAnimatedProperties property to hide it. Inherited from DXFrameworkContentElement.
InputBindingsOverrides the InputBindings property to hide it. Inherited from DXFrameworkContentElement.
InputScopeOverrides the InputScope property to hide it. Inherited from DXFrameworkContentElement.
IsActiveGets or sets a value indicating whether the current View is active in the SchedulerControl. This is a dependency property. Inherited from ViewBase.
IsEnabledOverrides the IsEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsEnabledCore protectedGets a value that becomes the return value of IsEnabled in derived classes. Inherited from ContentElement.
IsFocusedOverrides the IsFocused property to hide it. Inherited from DXFrameworkContentElement.
IsInitializedGets a value indicating whether this element has been initialized, either by being loaded as Extensible Application Markup Language (XAML), or by explicitly having its EndInit() method called. Inherited from FrameworkContentElement.
IsInputMethodEnabledOverrides the IsInputMethodEnabled property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusedOverrides the IsKeyboardFocused property to hide it. Inherited from DXFrameworkContentElement.
IsKeyboardFocusWithinOverrides the IsKeyboardFocusWithin property to hide it. Inherited from DXFrameworkContentElement.
IsLoadedGets a value indicating whether this element has been loaded for presentation. Inherited from FrameworkContentElement.
IsMouseCapturedOverrides the IsMouseCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsMouseCaptureWithinOverrides the IsMouseCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsMouseDirectlyOverOverrides the IsMouseDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsMouseOverOverrides the IsMouseOver property to hide it. Inherited from DXFrameworkContentElement.
IsSealedOverrides the IsSealed property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCapturedOverrides the IsStylusCaptured property to hide it. Inherited from DXFrameworkContentElement.
IsStylusCaptureWithinOverrides the IsStylusCaptureWithin property to hide it. Inherited from DXFrameworkContentElement.
IsStylusDirectlyOverOverrides the IsStylusDirectlyOver property to hide it. Inherited from DXFrameworkContentElement.
IsStylusOverOverrides the IsStylusOver property to hide it. Inherited from DXFrameworkContentElement.
LanguageOverrides the Language property to hide it. Inherited from DXFrameworkContentElement.
LargeGlyphGets or sets the bar item’s large icon for the current View. This is a dependency property. Inherited from ViewBase.
ListViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
ListViewBaseThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
MonthViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
NameGets or sets the identifying name of the element. The name provides an instance reference so that programmatic code-behind, such as event handler code, can refer to an element once it is constructed during parsing of XAML. Inherited from FrameworkContentElement.
OverridesDefaultStyleOverrides the OverridesDefaultStyle property to hide it. Inherited from DXFrameworkContentElement.
ParentGets the parent in the logical tree for this element. Inherited from FrameworkContentElement.
ResourcesOverrides the Resources property to hide it. Inherited from DXFrameworkContentElement.
SchedulerGets the SchedulerControl to which the specified View belongs. Inherited from ViewBase.
SchedulerViewBaseThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
ShowAppointmentArrowImagesGets or sets whether to display arrows that indicate appointments that last more than one day. This is a dependency property.
ShowAppointmentDescriptionGets or sets whether to display descriptions within appointments. This is a dependency property.
ShowAppointmentIntervalGets or sets whether to display an appointment‘s start and end date and time. This is a dependency property.
ShowAppointmentLabelGets or sets whether to display labels within appointments. This is a dependency property.
ShowAppointmentLocationGets or sets whether to display the appointment‘s location. This is a dependency property.
ShowAppointmentRecurrenceImageGets or sets whether to display icons that indicate recurring appointments. This is a dependency property.
ShowAppointmentReminderImageGets or sets whether to display icons that indicate appointments that have reminders. This is a dependency property.
ShowAppointmentResourceGets or sets whether to display the resource name within appointments. This is a dependency property.
ShowAppointmentStatusGets or sets whether to display the status indicator within appointments. This is a dependency property.
ShowInCommandBarSpecifies whether to display the view’s button in the ribbon. This is a dependency property. Inherited from ViewBase.
StyleGets or sets the style to be used by this element. Inherited from FrameworkContentElement.
TableViewStyleGets or sets the style applied to a TableView object used by the view. This is a dependency property.
TagGets or sets an arbitrary object value that can be used to store custom information about this element. Inherited from FrameworkContentElement.
TemplatedParentGets a reference to the template parent of this element. This property is not relevant if the element was not created through a template. Inherited from FrameworkContentElement.
TimelineViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
ToolTipThis member supports the internal infrastructure, and is not intended to be used directly from your code. Inherited from DXFrameworkContentElement.
TouchesCapturedGets all touch devices that are captured to this element. Inherited from ContentElement.
TouchesCapturedWithinGets all touch devices that are captured to this element or any child elements in its visual tree. Inherited from ContentElement.
TouchesDirectlyOverGets all touch devices that are over this element. Inherited from ContentElement.
TouchesOverGets all touch devices that are over this element or any child elements in its visual tree. Inherited from ContentElement.
TypeGets the view’s type.
VisualDataInherited from ViewBase.
WeekViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.
WorkWeekViewThis member supports the internal infrastructure and is not intended to be used directly from your code. Inherited from ViewBase.

See Also

AgendaView Class

AgendaView Members

DevExpress.Xpf.Scheduling Namespace