Class DateTimePickerBox
Inheritance
System.Object
System.Windows.Threading.DispatcherObject
System.Windows.DependencyObject
System.Windows.Media.Visual
System.Windows.UIElement
System.Windows.FrameworkElement
System.Windows.Controls.Control
System.Windows.Controls.ContentControl
System.Windows.Controls.HeaderedContentControl
System.Windows.Controls.GroupBox
DateTimePickerBox
Implements
System.ComponentModel.ISupportInitialize
Inherited Members
Namespace: Vortex.Presentation.Controls.Wpf
Assembly: Vortex.Presentation.Controls.Wpf.dll
Syntax
public abstract class DateTimePickerBox : TimeTextBoxBaseBox, DUCE.IResource, IAnimatable, IFrameworkInputElement, IInputElement, ISupportInitialize, IHaveResources, IQueryAmbient, IAddChild
Properties
DateTimePicker
Declaration
virtual DatePicker DateTimePicker
{
}
Property Value
Type | Description |
---|---|
System.Windows.Controls.DatePicker |
Methods
DatePicker_SelectedDateChanged(Object, SelectionChangedEventArgs)
Declaration
void DatePicker_SelectedDateChanged(object sender, SelectionChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.Controls.SelectionChangedEventArgs | e |
DateTimePickerBtn_Click(Object, RoutedEventArgs)
Declaration
void DateTimePickerBtn_Click(object sender, RoutedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.RoutedEventArgs | e |
Implements
System.ComponentModel.ISupportInitialize