Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / GcComboBox Class / IsEditable Property


In This Topic
    IsEditable Property
    In This Topic
    Gets or sets a value that indicates whether user can edit value in the GcComboBox. This is a dependency property.
    Syntax
    'Declaration
     
    Public Property IsEditable As Boolean
    'Usage
     
    Dim instance As GcComboBox
    Dim value As Boolean
     
    instance.IsEditable = value
     
    value = instance.IsEditable
    public bool IsEditable {get; set;}
    Remarks
    After user change the IsEditable property, the xaml will reparse the dropdown control will change to another instance.
    See Also