DXCollectionView.DisplayFormat Property
In This Article
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
C#
public string DisplayFormat { get; set; }
#Property Value
Type | Description |
---|---|
String | A string that specifies the pattern used to format the Collection |
See Also