MappingBase.SetValue(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.v20.2.Core.dll
Declaration
public void SetValue(
object obj,
object val
)
Public Sub SetValue(
obj As Object,
val As Object
)
Parameters
Name | Type |
---|---|
obj | Object |
val | Object |
See Also
Feedback