Version

DropDownProvider Class Properties

For a list of all members of this type, see DropDownProvider members.

Public Properties
 NameDescription
Public PropertyEditorControlGet reference to TEditorControl (Inherited from Infragistics.Web.UI.GridControls.EditorProvider<WebDropDown>)
Public PropertyIDID of this editor provider (Inherited from Infragistics.Web.UI.GridControls.EditorProviderBase)
Public PropertyIsEmptyChecks if ViewState has any property with not a default value. This property should be overriden by extended class when additional subobjects are supported. IsEmpty will then check each subobject and return a value based on the check of those objects plus itself. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Public PropertyOwnerCollectionA reference to the editor provider collection. (Inherited from Infragistics.Web.UI.GridControls.EditorProviderBase)
Public PropertyStretchHeightStretches the drops down control vertically to match the editing cell height.  
Public PropertyVerticalAlignAligns the drop down relatively to the cell that is being edited.  
Protected Properties
 NameDescription
Protected PropertyAdditionalClientState (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyClientObjectClassNameOverridden. Class name of the editor provider on the client.  
Protected PropertyCollectionData (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyDelayLoadingClientCollectionsCustomizes the client collections loading. If true the collections will be loaded after view state has been loaded. If false the collections will be loaded in RunBot.HandleOnInit. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyIsTrackingViewStateThis method returns a boolean value which indicates whether ViewState is being tracked for the object. Once viewstate is being tracked, all property changes are roundtripped from server to client and back within the ViewState hidden field. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyPropCountNumber of properties (Inherited from Infragistics.Web.UI.GridControls.EditorProviderBase)
Protected PropertyTransactionLists (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
Protected PropertyViewStateProperty to return the ViewState bag for the object. If none exist, then one is created. (Inherited from Infragistics.Web.UI.Framework.ObjectBase)
See Also