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


In This Topic
    IsChecked Property (DropDownButton)
    In This Topic
    Syntax
    'Declaration
     
    <CategoryAttribute("Appearance")>
    <TypeConverterAttribute(System.Windows.NullableBoolConverter)>
    <LocalizabilityAttribute(LocalizationCategory.None, Readability=Readability.Unreadable)>
    Public Property IsChecked As Nullable(Of Boolean)
    'Usage
     
    Dim instance As DropDownButton
    Dim value As Nullable(Of Boolean)
     
    instance.IsChecked = value
     
    value = instance.IsChecked
    [Category("Appearance")]
    [TypeConverter(System.Windows.NullableBoolConverter)]
    [Localizability(LocalizationCategory.None, Readability=Readability.Unreadable)]
    public Nullable<bool> IsChecked {get; set;}
    See Also