GrapeCity.Win.MultiRow Namespace : DropDownCustomFilterItem Class |
The following tables list the members exposed by DropDownCustomFilterItem.
Name | Description | |
---|---|---|
DropDownCustomFilterItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
Checked | Overridden. Gets or sets a value that indicates whether the DropDownItem is checked. | |
Enabled | Gets or sets a value that indicates whether the DropDownItem responds to user interaction. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
FilterValue | Gets or sets the value used to do the custom filter logic. | |
Image | Gets or sets the image that is displayed in the DropDownItem in front of the text. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
Name | Gets or sets the name. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
Owner | Gets the HeaderDropDownList that owns the DropDownItem. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
Text | Overridden. Gets or sets the DropDownCustomFilterItem text. | |
TextAlign | Gets or sets the text alignment. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
ToolTip | Gets or sets the tooltip text shown when the mouse is over the DropDownItem. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) |
Name | Description | |
---|---|---|
Clone | Creates a new DropDownItem that is a copy of the current instance. The default implementation calls the System.Object.MemberwiseClone. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
Equals | Determines whether the specified DropDownCustomFilterItem is equal to the current one. | |
GetHashCode | Serves as a hash function for a particular type. | |
PerformClick | Generates a DropDownItem.Click event for the DropDownItem. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
ToString | Returns the DropDownItem.Text of the item. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) |
Name | Description | |
---|---|---|
Check | Determines whether the specified value is allowed to display. | |
Draw | Draws the text and image of the DropDownItem. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
OnClick | Overridden. Raises the DropDownItem.Click event. |
Name | Description | |
---|---|---|
Click | Occurs when the DropDownItem is clicked. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) |