Version

UniqueValueCasing Enumeration

The enumeration defines how the text of the unique value is displayed if filter type is RowFilter and filtering is not case sensitive.
Members
MemberDescription
CamelThe text of the unique filter value will be displayed in camel case, where the first letter of the word is capitalized and all other letters are lower case (example: Name).
LowerThe text of the unique filter value will be displayed in lower case letters (example: name).
UpperThe text of the unique filter value will be displayed in upper case letters(example: NAME).
Inheritance Hierarchy

Object
   Infragistics.Web.UI.UniqueValueCasing

See Also