Xceed SmartUI for WinForms v3.6 Documentation
Xceed.SmartUI.Controls.v3.6 Assembly / Xceed.SmartUI.Controls.OptionList Namespace / RadioButtonNode Class / Checked Property


In This Topic
    Checked Property (RadioButtonNode)
    In This Topic
    Gets or set a value indicating whether the SmartItem is in the checked state.
    Syntax
    'Declaration
     
    <DescriptionAttribute("Indicates whether the SmartItem is in a checked state.")>
    <CategoryAttribute("Appearance")>
    <DefaultValueAttribute(False)>
    <BrowsableAttribute(True)>
    <MergablePropertyAttribute(True)>
    <LocalizableAttribute(False)>
    Public Property Checked As Boolean
    'Usage
     
    Dim instance As RadioButtonNode
    Dim value As Boolean
     
    instance.Checked = value
     
    value = instance.Checked
    [Description("Indicates whether the SmartItem is in a checked state.")]
    [Category("Appearance")]
    [DefaultValue(false)]
    [Browsable(true)]
    [MergableProperty(true)]
    [Localizable(false)]
    public bool Checked {get; set;}

    Property Value

    true if the SmartItem is in a checked state; false otherwise.
    Requirements

    Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

    See Also