NavBarControl.SharedImageCollectionImageSizeMode Property
Gets or sets the value that specifies how the display size of images is determined when the images are obtained from a SharedImageCollection.
Namespace: DevExpress.XtraNavBar
Assembly: DevExpress.XtraNavBar.v24.2.dll
NuGet Package: DevExpress.Win
#Declaration
#Property Value
Type | Default | Description |
---|---|---|
Shared |
Use |
A Shared |
Available values:
Name | Description |
---|---|
Use |
The size of an image being displayed by an object is determined by the Image |
Use |
The size of an image being displayed by an object is determined by the size of the corresponding Image item in the bound Shared |
#Remarks
A NavBarControl can display images from a SharedImageCollection. To bind it to a SharedImageCollection, use the NavBarControl.SmallImages and/or NavBarControl.LargeImages property.
The display size of images obtained from a SharedImageCollection can be specified by the SharedImageCollectionImageSizeMode property.
If this property is set to UseCollectionImageSize, all displayed images will be of the same size specified by the SharedImageCollection‘s ImageSize property. If the SharedImageCollectionImageSizeMode property is set to UseImageSize, displayed images can be of different sizes. The size of each individual image is determined by the size of the corresponding Image object in the bound SharedImageCollection.