The class defines the aggregate function rows for the Korzh.EasyQuery.WinForms.ColumnsPanel.
public class Korzh.EasyQuery.WinForms.AggrColumnRow
Package: Korzh.EasyQuery.WinForms
(targets: net461
, net5.0-windows7.0
, netcoreapp3.1
)
Assembly: Korzh.EasyQuery.WinForms.dll
Name | Type | Description |
---|
_aggrElement | ListXElement | The row element that displays the aggregate function |
_ofElement | TextXElement | The row element that displays the static text between aggregate function and entityAttr |
Name | Type | Description |
---|
TypeName | int | Gets the name of the column row dataType. |
Name | Type | Description |
---|
AddUpdateCommonElements() | void | Adds the common (independent of row dataType) row elements. |
ApplyElementFormats(XElement element) | void | Applies formats for one element. |
CoreApplyFormats() | void | Applies the formats used in parent object. This method is called when row is added into Korzh.EasyQuery.WinForms.XPanel |
ElementContentChanged(XElement element, bool valueChanged, bool textChanged) | void | This method is called when the content of some value element has been changed |
ElementTextAdjusting(XElement element, string newValue, string text) | string | This method is called when we need to ajust element’s text according to its value |
Name | Type | Description |
---|
STypeName | int | Gets the name of the column row class dataType. |