GrapeCity.Win.MultiRow Namespace : DropDownSortItem Class |
The following tables list the members exposed by DropDownSortItem.
Name | Description | |
---|---|---|
DropDownSortItem Constructor | Overloaded. |
Name | Description | |
---|---|---|
CaseSensitive | Gets a value that indicates whether the string comparisons within GcMultiRow objects are case sensitive. | |
Checked | Overridden. Gets or sets a value that indicates whether the DropDownItem is checked. | |
Comparer | Gets the comparer which implements the value comparer for sorting. | |
Enabled | Gets or sets a value that indicates whether the DropDownItem responds to user interaction. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
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) | |
SortOrder | The expected order when GcMultiRow sorts by clicking this item. | |
Text | Gets or sets the text displayed in the DropDownItem. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
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) | |
PerformClick | Generates a Click event for the DropDownItem. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) | |
ToString | Returns the 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 | Overridden. Raises the Click event. |
Name | Description | |
---|---|---|
Click | Occurs when the DropDownItem is clicked. (Inherited from GrapeCity.Win.MultiRow.DropDownItem) |