GrapeCity MultiRow Windows Forms Documentation
Checked Property (DropDownBlanksFilterItem)


Gets a value that indicates whether the DropDownItem is checked.
Syntax
<DesignerSerializationVisibilityAttribute(DesignerSerializationVisibility.Hidden)>
<BrowsableAttribute(False)>
Public Overrides Property Checked As Boolean
Dim instance As DropDownBlanksFilterItem
Dim value As Boolean
 
instance.Checked = value
 
value = instance.Checked
[DesignerSerializationVisibility(DesignerSerializationVisibility.Hidden)]
[Browsable(false)]
public override bool Checked {get; set;}

Property Value

true if the DropDownItem is checked; otherwise, false. The default is false.
Exceptions
ExceptionDescription
System.NotSupportedException This property setting is not supported in this item.
Remarks
If the item is checked, and the DropDownItem.Image is not set, a checked icon is displayed to the left of the text.
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

Reference

DropDownBlanksFilterItem Class
DropDownBlanksFilterItem Members

 

 


Copyright © GrapeCity, inc. All rights reserved.