Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / EditableTemplateProperty Field


In This Topic
    EditableTemplateProperty Field
    In This Topic
    Identifies the EditableTemplate dependency property.
    Syntax
    'Declaration
     
    Public Shared ReadOnly EditableTemplateProperty As DependencyProperty
    'Usage
     
    Dim value As DependencyProperty
     
    value = GcComboBox.EditableTemplateProperty
    public static readonly DependencyProperty EditableTemplateProperty

    Field Value

    The identifier for the EditableTemplate dependency property.
    See Also