Specifies whether to auto-fill empty date components when the user attempts to leave the editor. The default is None. Syntax
Specifies whether to auto-fill empty time components when the user attempts to leave the control. The default is None. Syntax Remarks Since the placeholders for a date/time input mask are implied to require entry, validation of the value will fail if the time portion is left empty. The AutoFillTime property allows...
Returns the event handler that notifies BeforeDropDown Syntax
Fired before the dropdown calendar is displayed Syntax Event Data The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.Property Description Cancel Example This example checks the val...
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.BeforeCheckStateChangedEventArgs containing data related to this event. The following BeforeCheckStateChangedEventArgs properties provide information specific to this event.Property Description Button (Inherited from ...
Syntax Event Data The event handler receives an argument of type Infragistics.Win.UltraWinEditors.BeforeEditorButtonDropDownEventArgs containing data related to this event. The following BeforeEditorButtonDropDownEventArgs properties provide information specific to this event.Property Description Button (Inherited...
Returns the event handler that notifies BeforeEnterEditMode Syntax
Fired before the control enters edit mode Syntax Event Data The event handler receives an argument of type CancelEventArgs containing data related to this event. The following CancelEventArgs properties provide information specific to this event.Property Description Cancel Example This sample listens to the Before...
Returns the event handler that notifies BeforeExitEditMode Syntax