[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.CustomPopupPlacementCallback

CustomPopupPlacementCallback Property

CustomPopupPlacementCallback

Gets or sets a delegate handler method that positions the DropDownWindow. This is a dependency property.

Declaration
[Bindable(false)]
public CustomPopupPlacementCallback CustomPopupPlacementCallback { get; set; }
<Bindable(False)>
Public Property CustomPopupPlacementCallback As CustomPopupPlacementCallback
Property Value
Type Description
CustomPopupPlacementCallback

The CustomPopupPlacementCallback delegate method that provides placement information for the DropDownWindow control. The default is null.