DateTimeEdit - Custom Unknown Time Options

Editors for WPF Forum

Posted 12 years ago by David Rose
Version: 11.1.0545
Avatar
We need to be able to specify 3 custom times: Unknown AM, Unknown PM, and Unknown Time

We will be storing the value as 2 properties:
1. DateTime Value
2. DateTime Type
A. Specified Time
B. Unknown AM
C. Unknown PM

We will probably use the date and time as 2 seperate controls to reduce complexity.

Is there any simple way to add these options, maybe at the bottom of the analog clock?

Thanks!

Comments (1)

Posted 12 years ago by Actipro Software Support - Cleveland, OH, USA
Avatar
Hi David,

The DateTimeEditBox is highly configurable. You can add new controls inside the DateTimeEditBox itself (via Items collection), or you can customize it's drop-down content as well (via the DropDownContent/DropDownContentTemplate properties). In the latter case, you can reuse our TimeEditor control in the drop-down and add your own below it.

Your best bet would be to take our default Style for DateTimeEditBox and use that as a basis for that change though. If you purchased WPF Studio, you can download the default Styles from our website under My Account > Organization Purchases. If you purchased WPF Essentials or individual products, then you can email our support address to request the default Styles for your licensed products.


Actipro Software Support

The latest build of this product (v24.1.2) was released 5 days ago, which was after the last post in this thread.

Add Comment

Please log in to a validated account to post comments.