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

PropertyDefinitionBase.GetMergedDescription(DataViewBase, PropertyDefinitionBase, RowHandle) Method

Namespace: DevExpress.Xpf.PropertyGrid

Assembly: DevExpress.Xpf.PropertyGrid.v18.2.dll

Declaration

public object GetMergedDescription(
    DataViewBase dataView,
    PropertyDefinitionBase standard,
    RowHandle handle
)

Parameters

Name Type
dataView DevExpress.Xpf.PropertyGrid.Internal.DataViewBase
standard PropertyDefinitionBase
handle DevExpress.Xpf.PropertyGrid.RowHandle

Returns

Type
Object
See Also