Skip to main content

DXCollectionView.DisplayFormat Property

Gets or sets the pattern used to format list items.

Namespace: DevExpress.XamarinForms.CollectionView

Assembly: DevExpress.XamarinForms.CollectionView.dll

NuGet Package: DevExpress.XamarinForms.CollectionView

Declaration

public string DisplayFormat { get; set; }

Property Value

Type Description
String

A string that specifies the pattern used to format the CollectionView’s items.

See Also