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
public IEnumerable<string> Properties { get; }
Property Value
Type |
---|
IEnumerable<String> |
See Also