Version

Search Results

AutoCloseUpOnEquals Property (UltraCalculatorEditorColumn)

Controls whether or not the = key causes the dropdown to close. Syntax Remarks Note: Setting the AutoCloseUpOnEquals property to true does not cause the dropdown to close up when the = button is clicked. Also note that the dropdown closes when the Enter/Return key is pressed, regardless of the value of the AutoClo...

AutoDetectDecimalSymbol Property (UltraCalculatorEditorColumn)

Gets/Sets whether to use specified decimal symbol or auto detect it. Syntax

AutoDetectGroupSymbol Property (UltraCalculatorEditorColumn)

Gets/Sets whether to use specified group symbol or auto detect it. Syntax

BeforeActionButtonPressed Event (UltraCalculatorEditorColumn)

Occurs before action occurs, allowing user to cancel default calculation and or change the values Syntax Event Data The event handler receives an argument of type OnCalculateImmediateEventArgs containing data related to this event. The following OnCalculateImmediateEventArgs properties provide information specific...

BeforeButtonClicked Event (UltraCalculatorEditorColumn)

Occurs before any calculator button is clicked Syntax Event Data The event handler receives an argument of type OnBeforeButtonClickedEventArgs containing data related to this event. The following OnBeforeButtonClickedEventArgs properties provide information specific to this event.Property Description Button The bu...

BeforeCalculateImmediate Event (UltraCalculatorEditorColumn)

Fires before immediate Calculation, allowing user to cancel default calculation and or change the values. Syntax Event Data The event handler receives an argument of type OnCalculateImmediateEventArgs containing data related to this event. The following OnCalculateImmediateEventArgs properties provide information ...

BeforeCalculatePending Event (UltraCalculatorEditorColumn)

Fires before pending Calculation, allowing user to cancel default calculation and or change the values. Syntax Event Data The event handler receives an argument of type OnCalculatePendingEventArgs containing data related to this event. The following OnCalculatePendingEventArgs properties provide information specif...

BeforeEditorButtonCheckStateChanged Event (UltraCalculatorEditorColumn)

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 (UltraCalculatorEditorColumn)

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