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