ComboBoxEdit.Properties Property
Gets settings specific to the combo box editor.
Namespace: DevExpress.XtraEditors
Assembly: DevExpress.XtraEditors.v22.2.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
[DXCategory("Properties")]
[SmartTagSearchNestedProperties]
public RepositoryItemComboBox Properties { get; }
Property Value
Type | Description |
---|---|
RepositoryItemComboBox | A RepositoryItemComboBox object containing settings for the current editor. |
Remarks
See RepositoryItemComboBox to learn more.
See Also