EnumItemsSourceBehavior.ImageSize Property
Gets or sets the item’s image size. This is a dependency property.
Namespace: DevExpress.Mvvm.UI
Assembly: DevExpress.Xpf.Core.v20.2.dll
NuGet Packages: DevExpress.WindowsDesktop.Wpf.Core, DevExpress.Wpf.Core
Declaration
Property Value
| Type | Description |
|---|---|
| Nullable<Size> | The image wide and height in pixels. |
Remarks
<dxe:ComboBoxEdit Name="comboBoxEdit" ...>
<dxmvvm:Interaction.Behaviors>
<dxmvvm:EnumItemsSourceBehavior EnumType="{x:Type common:UserRole}" SortMode="DisplayName" ImageSize="20,20"/>
</dxmvvm:Interaction.Behaviors>
</dxe:ComboBoxEdit>

See Also