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 Remarks The BeforeEnterEditMode event ca...
Returns the event handler that notifies BeforeExitEditMode Syntax
Fired before the control exits edit mode. Syntax Event Data The event handler receives an argument of type Infragistics.Win.BeforeExitEditModeEventArgs containing data related to this event. The following BeforeExitEditModeEventArgs properties provide information specific to this event.Property Description ApplyCh...
Gets/sets the border style used by the control. Syntax
Specifies whether the ControlUIElement should eat the default. Syntax
Gets a value indicating whether the user can undo the editors previous operation. Syntax Return Value A boolean indicating whether the previous operation can be undone. Remarks Note: The CanUndo method will only function correctly when the AlwaysInEditMode property is set to true.