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