This small class has several string constants relating to strings that can be part of a control's Tag property
More...
|
const string | SUPPRESS_CHANGE_DETECTION = "SuppressChangeDetection" |
| When this is included in a control's Tag the automatic detection of changed data is suppressed on this control More...
|
|
const string | ARGUMENTPANELTAG_KEEPBACKCOLOUR = "KeepBackColour" |
| Tag for a Filter/Find 'Argument Panel': Instructs the TUcoFilterAndFind UserControl to not change the Argument Panels' BackColour to Transparent. More...
|
|
const string | ARGUMENTPANELTAG_NO_AUTOM_ARGUMENTCLEARBUTTON = "NoAutomaticArgumentClearButton" |
| Tag for a Filter/Find 'Argument Panel': Instructs the TUcoFilterAndFind UserControl to not create 'Argument Clear' Buttons for Argument Controls. More...
|
|
const string | ARGUMENTCONTROLTAG_CLEARVALUE = "ClearValue" |
| Tag for a Filter/Find Argument Control: Specifies what value is the 'Clear Value' for that Control (depends on the kind of Control!). More...
|
|
const string | INSTANCE_EQUALS = "Instance=" |
| Tag for Filter/Find where multiple instances of a control are cloned (e.g. for date ranges) More...
|
|
const string | COMPARISON_EQUALS = "Comparison=" |
| Tag for Filter/Find to modify the default comparison (e.g. gte, lt, eq etc). Used particularly for numeric and date comparisons More...
|
|
const string | FILTER_HAS_MANUAL_FILTER = "HasManualFilter" |
| Tag for Filter/Find to specify that there is a manual handler for the Filter. More...
|
|
const string | FIND_COMPARISON_EQUALS = "FindComparison=" |
| Tag for 'Find' to use a different comparison from the Filter one (e.g. gte, lt, eq, StartsWith etc). Used paticularly for numeric and date comparisons More...
|
|
This small class has several string constants relating to strings that can be part of a control's Tag property
◆ ARGUMENTCONTROLTAG_CLEARVALUE
const string Ict.Common.CommonTagString.ARGUMENTCONTROLTAG_CLEARVALUE = "ClearValue" |
|
static |
Tag for a Filter/Find Argument Control: Specifies what value is the 'Clear Value' for that Control (depends on the kind of Control!).
The 'Clear Value' is what gets set on the Control when its 'Clear Value' Button gets clicked.
◆ ARGUMENTPANELTAG_KEEPBACKCOLOUR
const string Ict.Common.CommonTagString.ARGUMENTPANELTAG_KEEPBACKCOLOUR = "KeepBackColour" |
|
static |
Tag for a Filter/Find 'Argument Panel': Instructs the TUcoFilterAndFind UserControl to not change the Argument Panels' BackColour to Transparent.
◆ ARGUMENTPANELTAG_NO_AUTOM_ARGUMENTCLEARBUTTON
const string Ict.Common.CommonTagString.ARGUMENTPANELTAG_NO_AUTOM_ARGUMENTCLEARBUTTON = "NoAutomaticArgumentClearButton" |
|
static |
Tag for a Filter/Find 'Argument Panel': Instructs the TUcoFilterAndFind UserControl to not create 'Argument Clear' Buttons for Argument Controls.
◆ COMPARISON_EQUALS
const string Ict.Common.CommonTagString.COMPARISON_EQUALS = "Comparison=" |
|
static |
Tag for Filter/Find to modify the default comparison (e.g. gte, lt, eq etc). Used particularly for numeric and date comparisons
◆ FILTER_HAS_MANUAL_FILTER
const string Ict.Common.CommonTagString.FILTER_HAS_MANUAL_FILTER = "HasManualFilter" |
|
static |
Tag for Filter/Find to specify that there is a manual handler for the Filter.
◆ FIND_COMPARISON_EQUALS
const string Ict.Common.CommonTagString.FIND_COMPARISON_EQUALS = "FindComparison=" |
|
static |
Tag for 'Find' to use a different comparison from the Filter one (e.g. gte, lt, eq, StartsWith etc). Used paticularly for numeric and date comparisons
◆ INSTANCE_EQUALS
const string Ict.Common.CommonTagString.INSTANCE_EQUALS = "Instance=" |
|
static |
Tag for Filter/Find where multiple instances of a control are cloned (e.g. for date ranges)
◆ SUPPRESS_CHANGE_DETECTION
const string Ict.Common.CommonTagString.SUPPRESS_CHANGE_DETECTION = "SuppressChangeDetection" |
|
static |
When this is included in a control's Tag the automatic detection of changed data is suppressed on this control
The documentation for this class was generated from the following file: