Skip to main content

ExpandoDictionaryObject.Properties Property

Returns the collection of names of properties the object stores.

Namespace: DevExpress.XamarinForms.Scheduler

Assembly: DevExpress.XamarinForms.Scheduler.dll

NuGet Package: DevExpress.XamarinForms.Scheduler

#Declaration

C#
public IEnumerable<string> Properties { get; }

#Property Value

Type
IEnumerable<String>
See Also