Version

Search Results

AutoFillDate Property

Specifies whether to auto-fill empty date components when the user attempts to leave the editor. The default is None. Syntax

AutoFillTime Property

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...

BeforeDropDownEventHandler Property (UltraDateTimeEditor)

Returns the event handler that notifies BeforeDropDown Syntax

BeforeDropDown Event (UltraDateTimeEditor)

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...

BeforeEditorButtonCheckStateChanged Event (UltraDateTimeEditor)

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 ...

BeforeEditorButtonDropDown Event (UltraDateTimeEditor)

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...

BeforeEnterEditModeEventHandler Property (UltraDateTimeEditor)

Returns the event handler that notifies BeforeEnterEditMode Syntax

BeforeEnterEditMode Event (UltraDateTimeEditor)

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...

BeforeExitEditModeEventHandler Property (UltraDateTimeEditor)

Returns the event handler that notifies BeforeExitEditMode Syntax