SPMenuField members
Provides a data-bound drop-down menu to be used in place of BoundField, TemplateField, or similar controls.
The SPMenuField type exposes the following members.
Constructors
Name | Description | |
---|---|---|
SPMenuField | Initializes a new instance of the SPMenuField class. |
Top
Properties
Name | Description | |
---|---|---|
AccessibleHeaderText | (Inherited from DataControlField.) | |
CheckedMenuItemIdsFields | ||
Control | (Inherited from DataControlField.) | |
ControlStyle | (Inherited from DataControlField.) | |
DesignMode | (Inherited from DataControlField.) | |
DisabledMenuItemIdsFields | ||
FooterStyle | (Inherited from DataControlField.) | |
FooterText | (Inherited from DataControlField.) | |
HeaderImageUrl | (Inherited from DataControlField.) | |
HeaderStyle | (Inherited from DataControlField.) | |
HeaderText | (Inherited from DataControlField.) | |
HiddenMenuItemIdsFields | Gets or sets a comma-separated list of field names to be used in the HiddenMenuItemIds property of the underlying Menu control. | |
ImageUrlFields | Gets or sets a comma separated list of field names to be used in the [ImageUrl] property of the underlying [Menu] control. | |
ImageUrlFormat | Gets or sets the format string to be used when setting the [ImageUrl] property of the underlying [Menu] control. | |
InsertVisible | (Inherited from DataControlField.) | |
IsTrackingViewState | (Inherited from DataControlField.) | |
ItemStyle | (Inherited from DataControlField.) | |
MenuFormat | Gets or sets the MenuFormat value to be used on the underlying Menu control. | |
MenuTemplateId | Gets or sets the value to be used when setting the MenuTemplateId property of the underlying Menu control. | |
MenuTemplateIdField | Gets or sets the field name to use when setting the [MenuTemplateId] property of the underlying [Menu] control. | |
NavigateUrlFields | Gets or sets a comma-separated list of field names to be used in the NavigateUrl property of the underlying Menu control. | |
NavigateUrlFormat | Gets or sets the format string to be used when setting the NavigateUrl property of the underlying Menu control. | |
ShowHeader | (Inherited from DataControlField.) | |
SortExpression | (Inherited from DataControlField.) | |
TextCssClass | Gets or sets the CSS class string to be used when setting the [TextCssClass] property of the underlying [Menu] control. | |
TextFields | Gets or sets a comma-separated list of field names to be used in the Text property of the underlying Menu control. | |
TextFormat | Gets or sets the format string to be used when setting the [Text] property of the underlying [Menu] control. | |
TokenNameAndValueFields | Gets or sets a comma-separated list of token names and field names to be used when setting the TokenNameAndValue property of the underlying Menu control. | |
ToolTipFields | Gets or sets a comma separated list of field names to be used in the [ToolTip] property of the underlying [Menu] control. | |
ToolTipFormat | Gets or sets the format string to be used when setting the [ToolTip] property of the underlying [Menu] control. | |
UseMaximumWidth | Gets or sets the value to be used when setting the [UseMaximumWidth] property of the underlying [Menu] control. | |
ViewState | (Inherited from DataControlField.) | |
Visible | (Inherited from DataControlField.) |
Top
Methods
Name | Description | |
---|---|---|
CloneField | (Inherited from DataControlField.) | |
CopyProperties | (Inherited from DataControlField.) | |
CreateField | (Overrides DataControlField.CreateField().) | |
Equals | (Inherited from Object.) | |
ExtractValuesFromCell | (Inherited from DataControlField.) | |
Finalize | (Inherited from Object.) | |
GetHashCode | (Inherited from Object.) | |
GetType | (Inherited from Object.) | |
Initialize | (Inherited from DataControlField.) | |
InitializeCell | Initializes a single cell of the grid view. (Overrides DataControlField.InitializeCell(DataControlFieldCell, DataControlCellType, DataControlRowState, Int32).) | |
LoadViewState | (Inherited from DataControlField.) | |
MemberwiseClone | (Inherited from Object.) | |
OnFieldChanged | (Inherited from DataControlField.) | |
SaveViewState | (Inherited from DataControlField.) | |
ToString | (Inherited from DataControlField.) | |
TrackViewState | (Inherited from DataControlField.) | |
ValidateSupportsCallback | (Inherited from DataControlField.) |
Top
Explicit interface implementations
Name | Description | |
---|---|---|
IDataSourceViewSchemaAccessor.DataSourceViewSchema | (Inherited from DataControlField.) | |
IStateManager.IsTrackingViewState | (Inherited from DataControlField.) | |
IStateManager.LoadViewState | (Inherited from DataControlField.) | |
IStateManager.SaveViewState | (Inherited from DataControlField.) | |
IStateManager.TrackViewState | (Inherited from DataControlField.) |
Top