Skip to main content
Bar

Gallery.ColCount Property

Gets or sets the number of visible columns of gallery items in the gallery. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public int ColCount { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the number of visible columns of gallery items in the gallery.

See Also