ExpandoDictionaryObject.Properties Property
Returns the collection of names of properties the object stores.
Namespace: DevExpress.Maui.Scheduler
Assembly: DevExpress.Maui.Scheduler.dll
NuGet Package: DevExpress.Maui.Scheduler
Declaration
public IEnumerable<string> Properties { get; }
Property Value
Type | Description |
---|---|
IEnumerable<String> | The collection of names. |
See Also