Skip to main content
Bar

Gallery.RowCount Property

Gets or sets the initial number of visible rows of gallery items in the current dropdown gallery when this gallery is invoked. This property is in effect for dropdown galleries. This is a dependency property.

Namespace: DevExpress.Xpf.Bars

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

#Declaration

public int RowCount { get; set; }

#Property Value

Type Description
Int32

An integer value that specifies the initial number of visible rows of gallery items in the current dropdown gallery, when this gallery is invoked

#Remarks

This property is in effect when the current gallery is a dropdown gallery. It specifies the initial number of visible rows, when the gallery is opened. After the gallery is opened, an end-user can resize the gallery vertically, changing the number of visible rows. See Gallery.SizeMode to learn more.

See Also