DxExpandoDictionaryObject.Properties Property
Returns the object’s property collection.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public IEnumerable<string> Properties { get; }
Property Value
Type | Description |
---|---|
IEnumerable<String> | The collection of property names. |
See Also