Skip to main content
A newer version of this page is available. .

CustomFieldMappingBase<T>.SetValueCore(Object, Object) Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Namespace: DevExpress.XtraScheduler

Assembly: DevExpress.XtraScheduler.v18.2.Core.dll

Declaration

public override void SetValueCore(
    object obj,
    object val
)

Parameters

Name Type
obj Object
val Object
See Also