PropertyClassNames
Overview of all available PropertyClassnames
- TcxBlobEditProperties - Represents the BLOB editor
 - TcxButtonEditProperties - Represents an edit control with embedded buttons
 - TcxCalcEditProperties - Represents an edit control with a dropdown calculator window
 - TcxCheckBoxProperties - Represents a check box control that allows selecting an option
 - TcxComboBoxProperties - Represents the combo box editor
 - TcxCurrencyEditProperties - Represents an editor enabling editing currency data
 - TcxDateEditProperties - Represents an edit control with a dropdown calendar
 - TcxHyperLinkProperties - Represents a text editor with hyperlink functionality
 - TcxImageComboBoxProperties - Represents an editor displaying the list of images and text strings within the dropdown window
 - TcxImageProperties - Represents an image editor
 - TcxLookupComboBoxProperties - Represents a lookup combo box control
 - TcxMaskEditProperties - Represents a generic masked edit control.
 - TcxMemoProperties - Represents an edit control that allows editing memo data
 - TcxMRUEditProperties - Represents a text editor displaying the list of most recently used items (MRU) within a dropdown window
 - TcxPopupEditProperties - Represents an edit control with a dropdown list
 - TcxSpinEditProperties - Represents a spin editor
 - TcxRadioGroupProperties - Represents a group of radio buttons
 - TcxTextEditProperties - Represents a single line text editor
 - TcxTimeEditProperties - Represents an editor displaying time values
 - TIsahGridButtonEditProperties - Isah implementation of a buttonedit
 - TIsahGridCheckBoxProperties - Isah implementation of a Checkbox
 - TIsahGridMaskEditProperties - Isah implementation of a Maskedit
 - TIsahGridCalcEditProperties - Isah implementation of a Calcedit
 - TIsahGridDateEditProperties - Isah implementation of a Date-edit
 - TIsahGridTimeEditProperties - Isah implementation of a Time-edit
 
Code Snippet
'PropertiesClassName values are CaSe SeNsItIvE!
columnPartType.PropertiesClassName = "TcxComboBoxProperties"
columnPartType.Properties.Items.Add 1
columnPartType.Properties.Items.Add 2
columnPartType.Properties.Items.Add 3
columnPartType.Properties.Items.Add 4
columnPartType.Properties.Items.Add 5