DxSchedulerSourceObjectContainer.CustomFields Property
Returns the collection of custom fields.
Namespace: DevExpress.Blazor
Assembly: DevExpress.Blazor.v24.2.dll
NuGet Package: DevExpress.Blazor
Declaration
public DxExpandoDictionaryObject CustomFields { get; }
Property Value
Type | Description |
---|---|
DxExpandoDictionaryObject | The collection of custom fields. |
See Also