GrapeCity.Win.MultiRow Namespace : DropDownAutoFilterItem Class |
The following tables list the members exposed by DropDownAutoFilterItem.
Name | Description | |
---|---|---|
DropDownAutoFilterItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
MaxCount | Gets or sets the maximum count of the filter items that can be automatically generated. | |
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) | |
SortComparer | Gets or sets the System.Collections.IComparerobject used to sort the automatically generated items. | |
TextAlign | Gets or sets the text alignment. (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) | |
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 | |
---|---|---|
Draw | Draws the text and image of the DropDownItem. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
OnClick | Raises the DropDownItem.Click event. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) |
Name | Description | |
---|---|---|
Click | Occurs when the DropDownItem is clicked. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
DropDownItemNeeded | Occurs when a DropDownItem is needed. |