Click or drag to resize
AB4D logo

DXAttributeCollectionGetValueOrDefault Method

Overload List
 NameDescription
Public methodGetValueOrDefault(DXAttributeType) Gets the value of the specified attributeType as object or null if the specified attributeType is not set.
Public methodGetValueOrDefaultT(DXAttributeType) Gets the value of the specified attributeType or a default value if the specified type T if the attributeType was not set.
Public methodGetValueOrDefaultT(DXAttributeType, T) Gets the value of the specified attributeType or a defaultValue if the specified type T if the attributeType was not set.
Top
See Also