The EventSimpleView type exposes the following members.

Constructors

  Name Description
Public method EventSimpleView
Constructor.

Methods

  Name Description
Public method DataBind (Overrides Control..::..DataBind()()()().)
Protected method OnEventCommand
Fires event command event.
Protected method OnEventDelete
Fires event delete event.
Protected method OnEventUpdate
Fires event update event.
Protected method OnInit (Overrides BasePart..::..OnInit(EventArgs).)
Protected method OnPageChanged
Fires pager page changed event.
Protected method ParseTemplateTags

Extension Methods

  Name Description
Public Extension Method ConvertTo(Type) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo(Type, TypeConverter, Boolean) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)()()()() Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method ConvertTo<(Of <<'(T>)>>)(TypeConverter) Overloaded.
Converts a source to the given type.
(Defined by ObjectExtension.)
Public Extension Method GetCurrentStackTrace
Gets current stack trace information.
(Defined by ObjectExtension.)
Public Extension Method GetDebugInformation
Gets the debug information for currently executing code.
(Defined by ObjectExtension.)
Public Extension Method GetExecutingMethodName
Gets the executing method name.
(Defined by ObjectExtension.)
Public Extension Method GetPagerTemplate
Gets pager template.
(Defined by ControlExtension.)
Public Extension Method GetPropertyType
Gets a property type.
(Defined by ObjectExtension.)
Public Extension Method GetPropertyValue
Gets a property or field value from the object (Dot notation enabled).
(Defined by ObjectExtension.)
Public Extension Method PropertyExists
Check if property exists.
(Defined by ObjectExtension.)
Public Extension Method SetPropertyValue
Sets a property or field value to the object (Dot notation enabled).
(Defined by ObjectExtension.)

Fields

  Name Description
Protected field btnClearFilter
btnClearFilter control.
Protected field btnFilter
btnFilter control.
Protected field dateFrom
dateFrom control.
Protected field dateTo
dateTo control.
Public field Static member DeleteCommandName
Delete command.
Protected field lvItems
lvItems control.
Protected field pager
pager control.
Protected field plhFilter
plhFilter control.
Public field Static member UpdateCommandName
Update command.

Properties

  Name Description
Public property CalendarId
Gets or sets calendar id.
Public property IsEditable
Gets or sets if view is editable.
Public property ItemAlternatingCssClass
Gets or sets event details alternating css class.
Public property ItemCssClass
Gets or sets event details css class.
Public property ItemFirstCssClass
Gets or sets event details first item css class.
Public property ItemLastCssClass
Gets or sets event details last item css class.
Public property PagerTemplate
Gets or sets pager template.
Public property PageSize
Gets or sets page size to display
Public property SelectedDate
Gets or sets a selected date in the calendar.
Public property ShowFilter
Gets or sets if filter is visible.

Events

  Name Description
Public event EventCommand
Control command event.
Public event EventDelete
Delete event.
Public event EventUpdate
Update event.
Public event PageChanged
Event pager page changed event.

See Also