RepositoryItemImageComboBox.CharacterCasing Property
Gets or sets the casing mode according to which a ComboBoxEdit will display the selected value.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[Browsable(false)]
[EditorBrowsable(EditorBrowsableState.Never)]
public override CharacterCasing CharacterCasing { get; set; }
Property Value
Type | Description |
---|---|
CharacterCasing | A CharacterCasing enumerator value that specifies the casing mode. |
Remarks
The casing mode specified by the CharacterCasing property affects only the editor’s text box. Values in the drop-down list are always shown as is.
See Also