Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

GalleryItemAlignment Enum

Contains values that specify alignment of gallery items.

Namespace: DevExpress.XtraBars.Ribbon.Gallery

Assembly: DevExpress.XtraBars.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

public enum GalleryItemAlignment

#Members

Name Description

A gallery item is aligned to the near edge of the parent control.

A gallery item is centered.

A gallery item is aligned to the far edge of the parent control.

A gallery item is custom aligned.

#Related API Members

The following properties accept/return GalleryItemAlignment values:

#Remarks

Use the BaseGallery.FirstItemVertAlignment and BaseGallery.LastItemVertAlignment properties to specify alignment of gallery items.

See Also