Skip to main content
Bar

GalleryControl.GetActualColCount() Method

Returns the actual number of item columns in the Gallery.

Namespace: DevExpress.Xpf.Bars

Assembly: DevExpress.Xpf.Core.v23.2.dll

NuGet Package: DevExpress.Wpf.Core

Declaration

public int GetActualColCount()

Returns

Type Description
Int32

The actual number of item columns in the Gallery.

Remarks

Items in the gallery are displayed with rows and columns. The actual number of item columns depends on window size, number of items and the Gallery.ColCount property. While resizing the window, the number of item columns can change. You can use the GetActualColCount method to get the actual number of item columns in the Gallery.

See Also