| AddTextElement( stringtext) | TextXElement | Adds new Korzh.EasyQuery.WinForms.TextXElement to the row. | 
| ApplyElementFormats(XElement element) | void | Applies formats for one element. | 
| ApplyFormats() | void | Applies the formats used in parent object. This method is called when row is added into XPanel | 
| ArrangeRow() | void | Arranges the row in parent object. | 
| BeginUpdate() | void | Begins the update process. | 
| CloseEdits() | void | Brings all elements to initial state - hides any specific controls (Edit, Menu etc.) activated by user. | 
| CoreApplyFormats() | void | Applies the formats used in parent object. | 
| CoreDetach() | void | Detaches this row from the parent panel.  This method can be overridden in the inherited classes | 
| CoreDetachElement(XElement element) | void | Removes all references and event handlers for some element  This method is called on element removal | 
| CoreElementAltMenuClick(XElement sender, ValueItem item) | void | This method is called when Korzh.EasyQuery.WinForms.XElement.AltClick event is raised in some element of the current row. | 
| CoreElementBeforeDropDown(XElement sender) | void | This method is called at the beginning of Korzh.EasyQuery.WinForms.XElement.DropDown method execution in some element of the current row. | 
| CoreElementValidateValue(XElement sender, ValidateValueEventArgs e) | void | This method is called when Korzh.EasyQuery.WinForms.XElement.OnValidate(Korzh.EasyQuery.WinForms.ValidateValueEventArgs) method is executed in some element of the current row. | 
| CreateElementByXmlNode( XmlNodenode) | XElement | Creates the new Korzh.EasyQuery.WinForms.XElement by XML node. | 
| CreateElementByXmlText( stringxml) | XElement | Creates the new Korzh.EasyQuery.WinForms.XElement by XML text. | 
| Dispose() | void | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | 
| Dispose( booldisposing) | void | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. | 
| ElementAction( objectsender,stringactionName,objectdata) | void | Called when element performs the Action.  Just forwards call to Korzh.EasyQuery.WinForms.XRow.Parent. | 
| ElementAction( objectsender,stringactionName) | void | Called when element performs the Action.  Just forwards call to Korzh.EasyQuery.WinForms.XRow.Parent. | 
| ElementContentChanged(XElement element, boolvalueChanged,booltextChanged) | void | This method is called when the content of some element has been changed | 
| ElementTextAdjusting(XElement element, stringnewValue,stringtext) | string | This method is called when we need to adjust element’s text according to its value | 
| EndUpdate( boolupdateElements) | void | Ends the update process. | 
| EndUpdate() | void | Ends the update process. | 
| GetSelectedElementIndex() | int | Gets the index of the selected element. | 
| OnEnableChange() | void | Reserved. Should raise EnableChange event. | 
| Refresh() | void | Refreshes this instance. | 
| SelectNextControl( intstartFrom,boolforward,boollap) | void | Move focus to the next element in the row. | 
| SelectNextControl( boolforward,boollap) | void | Move focus to the next element in the row. |