Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / AutoFilterCheckBox 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 AutoFilterCheckBox
    Dim value As Boolean
     
    instance.IsThreeState = value
     
    value = instance.IsThreeState
    [Bindable(true)]
    [Category("Behavior")]
    public bool IsThreeState {get; set;}
    See Also