Skip to main content
.NET 6.0+

ImagesForBoolValuesAttribute.FillValues(Dictionary<String, Object>) Method

This method is intended for internal use.

Namespace: DevExpress.Persistent.Base

Assembly: DevExpress.ExpressApp.v23.2.dll

NuGet Package: DevExpress.ExpressApp

Declaration

public override void FillValues(
    Dictionary<string, object> values
)

Parameters

Name Type
values Dictionary<String, Object>
See Also