Skip to main content
A newer version of this page is available.

SnapListGroupInfo Interface

Maintains the header, footer and separator options of document groups.

Namespace: DevExpress.Snap.Core.API

Assembly: DevExpress.Snap.v18.2.Core.dll

Declaration

public interface SnapListGroupInfo :
    IList<SnapListGroupParam>,
    ICollection<SnapListGroupParam>,
    IEnumerable<SnapListGroupParam>,
    IEnumerable
See Also