FormattingEnabled Property (InputComboBox)
In This Topic
Gets or sets a value indicating whether formatting is applied to the DisplayMember property of the
InputComboBox.
Syntax
'Declaration
Public Property FormattingEnabled As Boolean
public bool FormattingEnabled {get; set;}
See Also