Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

ElementDescriptionVersion IntroducedPro Version Introduced
<Group>A single group that appears within a single tab and contains controls.1.03.2
<QuickAccessControls>A list of controls that appear in the quick access toolbar.1.03.2
<SplitButton>A button control with a drop down that can contain other controls.1.03.2
<TabBarControls>The list of controls that appear on the right end of the tab bar area.1.03.2

...

The DateField element defines a date field control that will appear on the ribbon. The date is blank by default. To set the date programmatically, use the DateFieldValue property. When the user changes the date, the OnDateFieldChange event is fired.

Example

Code Block
<DateField Key="DTF_TEST" Caption="Date" Width="80" Tooltip="This is a date field." />