Skip to content

SortingPanel.SimpleSortingRow class

The class defines the rows for the Korzh.EasyQuery.WinForms.SortingPanel.

public class Korzh.EasyQuery.WinForms.SortingPanel.SimpleSortingRow
: ColumnRow

Package: Korzh.EasyQuery.WinForms (targets: net461, net5.0-windows7.0, netcoreapp3.1)

Assembly: Korzh.EasyQuery.WinForms.dll

NameTypeDescription
SimpleSortingRow(SortingPanel aPanel, QueryColumn aColumn, string xmlText, bool useCheckBox)voidInitializes a new instance of the Korzh.EasyQuery.WinForms.SortingPanel.SimpleSortingRow class.
NameTypeDescription
ColumnRowColumnRowGets or sets the Korzh.EasyQuery.WinForms.SortingPanel.SimpleSortingRow.ColumnRow the row is connected with.
NameTypeDescription
AttrElementTextAdjusting(object sender, TextAdjustingEventArgs e)voidThis method is called when it is necessary to adjust text value for base expression in condition row.
CoreApplyFormats()voidApplies the formats used in parent object. This method is called when row is added into XPanel
ElementContentChanged(XElement element, bool valueChanged, bool textChanged)voidThis method is called when the content of some element has been changed
ElementTextAdjusting(XElement element, string newValue, string text)stringThis method is called when we need to adjust element’s text according to its value
GetAttributeCaption(EntityAttr attr)stringGets the attribute’s caption according to the format defined in Appearance.AttrElementFormat