GrapeCity.Win.MultiRow Namespace : DropDownItem Class |
The following tables list the members exposed by DropDownItem.
Name | Description | |
---|---|---|
![]() | DropDownItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
![]() | Checked | Gets or sets a value that indicates whether this DropDownItem is checked. |
![]() | CheckOnClick | Gets or sets a value that indicates whether the DropDownItem should automatically change its checked state when clicked. |
![]() | Enabled | Gets or sets a value that indicates whether the DropDownItem responds to user interaction. |
![]() | Image | Gets or sets the image that is displayed in the DropDownItem in front of the text. |
![]() | Name | Gets or sets the name. |
![]() | Owner | Gets the HeaderDropDownList that owns the DropDownItem. |
![]() | Text | Gets or sets the text displayed in the DropDownItem. |
![]() | TextAlign | Gets or sets the text alignment. |
![]() | ToolTip | Gets or sets the tooltip text shown when the mouse is over the DropDownItem. |
Name | Description | |
---|---|---|
![]() | Clone | Creates a new DropDownItem that is a copy of the current instance. The default implementation calls the System.Object.MemberwiseClone. |
![]() | PerformClick | Generates a Click event for the DropDownItem. |
![]() | ToString | Returns the Text of the item. |
Name | Description | |
---|---|---|
![]() | Draw | Draws the text and image of the DropDownItem. |
![]() | OnClick | Raises the Click event. |
Name | Description | |
---|---|---|
![]() | Click | Occurs when the DropDownItem is clicked. |
DropDownItem Class
GrapeCity.Win.MultiRow Namespace
HeaderDropDownList Class
DropDownItemCollection Class
DropDownSeparatorItem Class
DropDownShowAllFilterItem Class
DropDownBlanksFilterItem Class
DropDownNonBlanksFilterItem Class
DropDownAutoFilterItem Class
DropDownCustomFilterItem Class
DropDownSortItem Class
DropDownList Property