# CharacterCasing

Namespace: **Wisej.Web**

Assembly: **Wisej.Framework** (4.0.0.0)

Specifies the case of the text that a control should enforce.

{% tabs %}
{% tab title="C#" %}

```csharp
public enum CharacterCasing : Enum
```

{% endtab %}

{% tab title="VB.NET" %}

```visual-basic
Public Enum CharacterCasing As [Enum]
```

{% endtab %}
{% endtabs %}

## Fields

| Name           | Description                                             |
| -------------- | ------------------------------------------------------- |
| **Capitalize** | Converts the first character of each word to uppercase. |
| **Lower**      | Converts all characters to lowercase.                   |
| **Normal**     | The case of characters is left unchanged.               |
| **Upper**      | Converts all characters to uppercase.                   |

## Used By

| Name                                                                                                                                                                   | Description                                                                                                                                                        |
| ---------------------------------------------------------------------------------------------------------------------------------------------------------------------- | ------------------------------------------------------------------------------------------------------------------------------------------------------------------ |
| [ButtonBase.CharacterCasing](https://docs.wisej.com/api/buttons/wisej.web.buttonbase#charactercasing)                                                                  | Returns or sets the case of the text to display to the user.                                                                                                       |
| [ComboBox.CharacterCasing](https://docs.wisej.com/api/lists-and-grids/combobox#charactercasing)                                                                        | Returns or sets whether the [ComboBox](https://docs.wisej.com/api/wisej.web/lists-and-grids/combobox) control modifies the case of characters as they are typed.   |
| [Label.CharacterCasing](https://docs.wisej.com/api/content/wisej.web.label#charactercasing)                                                                            | Returns or sets the case of the text to display to the user.                                                                                                       |
| [MaskedTextBox.CharacterCasing](https://docs.wisej.com/api/wisej.web/maskedtextbox#charactercasing)                                                                    | Returns or sets whether the [MaskedTextBox](https://docs.wisej.com/api/wisej.web/editors/maskedtextbox) control modifies the case of characters as they are typed. |
| [TabPage.CharacterCasing](https://docs.wisej.com/api/containers/tabcontrol/wisej.web.tabpage#charactercasing)                                                          | Returns or sets the case of the text to display to the user.                                                                                                       |
| [TextBox.CharacterCasing](https://docs.wisej.com/api/wisej.web/wisej.web.textbox#charactercasing)                                                                      | Returns or sets whether the [TextBox](https://docs.wisej.com/api/wisej.web/editors/wisej.web.textbox) control modifies the case of characters as they are typed.   |
| [DataGridViewComboBoxCell.CharacterCasing](https://docs.wisej.com/api/lists-and-grids/datagridview/wisej.web.datagridviewcomboboxcell#charactercasing)                 | Returns or sets whether the cell editor modifies the case of characters as they are typed.                                                                         |
| [DataGridViewComboBoxColumn.CharacterCasing](https://docs.wisej.com/api/lists-and-grids/datagridview/wisej.web.datagridviewcomboboxcolumn#charactercasing)             | Returns or sets whether the cell editor modifies the case of characters as they are typed.                                                                         |
| [DataGridViewTextBoxCell.CharacterCasing](https://docs.wisej.com/api/lists-and-grids/datagridview/wisej.web.datagridviewtextboxcell#charactercasing)                   | Returns or sets whether the cell editor modifies the case of characters as they are typed.                                                                         |
| [DataGridViewTextBoxColumn.CharacterCasing](https://docs.wisej.com/api/lists-and-grids/datagridview/wisej.web.datagridviewtextboxcolumn#charactercasing)               | Returns or sets whether the cell editor modifies the case of characters as they are typed.                                                                         |
| [LabelWrapper.CharacterCasing](https://docs.wisej.com/api/wisej.web/wisej.web.labelwrapper#charactercasing)                                                            | Returns or sets the case of the text to display to the user.                                                                                                       |
| [MenuItem.CharacterCasing](https://docs.wisej.com/api/menus/wisej.web.menuitem#charactercasing)                                                                        | Returns or sets the case of the text to display to the user.                                                                                                       |
| [ButtonExtensions.CharacterCasing](https://docs.wisej.com/api/wisej.web.markup/extensions/wisej.web.markup.buttonextensions#charactercasing-button-casing)             | Sets the CharacterCasing property of the specified [ButtonBase](https://docs.wisej.com/api/wisej.web/buttons/wisej.web.buttonbase).                                |
| [TabPageExtensions.CharacterCasing](https://docs.wisej.com/api/wisej.web.markup/extensions/wisej.web.markup.tabpageextensions#charactercasing-tabpage-casing)          | Sets the CharacterCasing property of the specified [TabPage](https://docs.wisej.com/api/wisej.web/containers/tabcontrol/wisej.web.tabpage).                        |
| [LabelExtensions.CharacterChasing](https://docs.wisej.com/api/wisej.web.markup/extensions/wisej.web.markup.labelextensions#characterchasing-label-charactercasing)     | Sets the CharacterCasing property of the specified [Label](https://docs.wisej.com/api/wisej.web/content/wisej.web.label).                                          |
| [TextBoxExtensions.CharacterCasing](https://docs.wisej.com/api/wisej.web.markup/extensions/wisej.web.markup.textboxextensions#charactercasing-textbox-charactercasing) | Sets the character casing for the specified [TextBox](https://docs.wisej.com/api/wisej.web/editors/wisej.web.textbox).                                             |
| [ComboBoxExtensions.CharacterCasing](https://docs.wisej.com/api/wisej.web.markup/extensions/wisej.web.markup.comboboxextensions#charactercasing-combobox-casing)       | Sets the CharacterCasing property of the specified [ComboBox](https://docs.wisej.com/api/wisej.web/lists-and-grids/combobox).                                      |
