[]
        
(Showing Draft Content)

GrapeCity.Wpf.SpreadSheet.CellType.Editors.DropDownWindow.Child

Child Property

Child

Gets or sets the content of the DropDownWindow. This is a dependency property.

Declaration
[Bindable(true)]
public UIElement Child { get; set; }
<Bindable(True)>
Public Property Child As UIElement
Property Value
Type Description
UIElement

The UIElement content of the DropDownWindow control. The default is null.