Hi,
Is it possible to find out the current Section being edited in a XamDateTimeEditor. The section where the cursor is.
Thanks,
Carlo
Hello,
I think there is no way to find which is the current section. But what's your case, if you give us more information we will try to help you.
Regards,
Anastas
What I would like to do is move the cursor to the next section of the datetime mask once the section being edited is completed.
I was planning to listen to the ValueChanged event and then check the value of the section being edited, if it was completed then I would call the command for moving to the next section (MaskedEditorCommands.NextSection).