AddTextElement(string text) | 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(XmlNode node) | XElement | Creates the new Korzh.EasyQuery.WinForms.XElement by XML node. |
CreateElementByXmlText(string xml) | 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(bool disposing) | void | Performs application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. |
ElementAction(object sender, string actionName, object data) | void | Called when element performs the Action. Just forwards call to Korzh.EasyQuery.WinForms.XRow.Parent. |
ElementAction(object sender, string actionName) | void | Called when element performs the Action. Just forwards call to Korzh.EasyQuery.WinForms.XRow.Parent. |
ElementContentChanged(XElement element, bool valueChanged, bool textChanged) | void | This method is called when the content of some element has been changed |
ElementTextAdjusting(XElement element, string newValue, string text) | string | This method is called when we need to adjust element's text according to its value |
EndUpdate(bool updateElements) | 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(int startFrom, bool forward, bool lap) | void | Move focus to the next element in the row. |
SelectNextControl(bool forward, bool lap) | void | Move focus to the next element in the row. |