[]
Gets or sets a delegate handler method that positions the DropDownWindow. This is a dependency property.
[Bindable(false)]
public CustomPopupPlacementCallback CustomPopupPlacementCallback { get; set; }
<Bindable(False)>
Public Property CustomPopupPlacementCallback As CustomPopupPlacementCallback
Type | Description |
---|---|
CustomPopupPlacementCallback | The CustomPopupPlacementCallback delegate method that provides placement information for the DropDownWindow control. The default is null. |