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


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

    Field Value

    The identifier for the EditableTemplate dependency property.
    See Also