PropertyDefinitionBase.GetMergedHeader(DataViewBase, PropertyDefinitionBase, RowHandle) Method
Namespace: DevExpress.Xpf.PropertyGrid
Assembly: DevExpress.Xpf.PropertyGrid.v24.1.dll
NuGet Package: DevExpress.Wpf.PropertyGrid
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