The following tables list the members exposed by FieldMenuDataItem.
Name | Description | |
---|---|---|
FieldMenuDataItem Constructor | Initializes a new FieldMenuDataItem |
Name | Description | |
---|---|---|
Command | Returns or sets the command that should be executed when the item is clicked. | |
CommandParameter | Returns or sets the object to use as the parameter when invoking the Command | |
HasResizableItems | Returns a boolean indicating if any of the items in the Items collection have their IsResizable set to true. | |
Header | Returns or sets a value to display as the header for the item. | |
ImageSource | Returns or sets the image that should be displayed within the menu. | |
IsCheckable | Returns or sets a boolean indicating if the item is considered checkable, that is that its IsChecked property may be changed. | |
IsChecked | Returns or sets a boolean indicating if the item is considered checked. | |
IsControlHost | Returns or sets a boolean indicating if the item contains a control that should receive focus. | |
IsResizable | Returns or sets a boolean indicating if the contents of the item may be resized. | |
IsSeparator | Returns or sets a boolean indicating if the item represents a separator. | |
Items | Returns a collection of child menu items. | |
StaysOpenOnClick | Returns or sets a boolean indicating if the submenu in which the menu item is located should not close when the item is clicked. |
Name | Description | |
---|---|---|
HasListeners | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
OnFirstListenerAdding | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnHasListenersChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
OnPropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) | |
RaisePropertyChangedEvent | (Inherited from Infragistics.PropertyChangeNotifier) |
Name | Description | |
---|---|---|
PropertyChanged | (Inherited from Infragistics.PropertyChangeNotifier) |