Skip to main content

PropertyDefinitionBase.OnHideCollectionButtonChanged(Nullable<Boolean>, Nullable<Boolean>) Method

Namespace: DevExpress.Xpf.PropertyGrid

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

NuGet Package: DevExpress.Wpf.PropertyGrid

Declaration

public void OnHideCollectionButtonChanged(
    bool? eOldValue,
    bool? eNewValue
)

Parameters

Name Type
eOldValue Nullable<Boolean>
eNewValue Nullable<Boolean>
See Also