Spread WPF 18
GrapeCity.Wpf.SpreadSheet.CellType.Editors Namespace / DropDownButton Class / IsThreeState Property


In This Topic
    IsThreeState Property
    In This Topic
    Syntax
    'Declaration
     
    <BindableAttribute(True)>
    <CategoryAttribute("Behavior")>
    Public Property IsThreeState As Boolean
    'Usage
     
    Dim instance As DropDownButton
    Dim value As Boolean
     
    instance.IsThreeState = value
     
    value = instance.IsThreeState
    [Bindable(true)]
    [Category("Behavior")]
    public bool IsThreeState {get; set;}
    See Also