RecurrenceControl Class

Interaction logic for RecurrenceControl.xaml

Definition

Namespace: Aliquo.Windows.Controls
Assembly: Aliquo.Windows.Controls (in Aliquo.Windows.Controls.dll) Version: 5.0.9179.22656
C#
public class RecurrenceControl : UserControl, 
	IComponentConnector
Inheritance
Object    DispatcherObject    DependencyObject    Visual    UIElement    FrameworkElement    Control    ContentControl    UserControl    RecurrenceControl
Implements
IComponentConnector

Constructors

RecurrenceControl Constructor class.

Properties

IsReadOnly Get or set the IsReadOnly property for the control.
Recurrence Get or set the Recurrence property for the control.
RecurrencePatternDescription Gets or sets the recurrence pattern description.

Methods

InitializeComponent InitializeComponent
Recurrence_PropertyChanged Recurrence_PropertyChanged event.

Events

RecurrenceDataChanged Event that is launched when any value of the recurrence changes.

Fields

IsReadOnlyProperty Identifies the dependency property IsReadOnly.
RecurrenceProperty Identifies the dependency property Recurrence.

Extension Methods

GetAttributeFromT Get attribute from a class.
(Defined by ObjectExtensions)
ValidateDataAnnotations Validate class with validator of DataAnnotations.
(Defined by ObjectExtensions)

See Also