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

PropertyDefinitionBase.GetMergedHeader(DataViewBase, PropertyDefinitionBase, RowHandle) Method

Namespace: DevExpress.Xpf.PropertyGrid

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

Declaration

public string GetMergedHeader(
    DataViewBase dataView,
    PropertyDefinitionBase standard,
    RowHandle handle
)

Parameters

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

Returns

Type
String
See Also