Class ItemIdComboBoxSettings
- Namespace
- InSite.Common.Web.UI
- Assembly
- InSite.UI.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ItemIdComboBoxSettings : StateBagProxy
- Inheritance
-
ItemIdComboBoxSettings
- Inherited Members
-
Constructors
ItemIdComboBoxSettings(string, StateBag)
public ItemIdComboBoxSettings(string prefix, StateBag viewState)
Parameters
prefix string
viewState StateBag
Properties
AllowDataBinding
public bool AllowDataBinding { get; set; }
Property Value
- bool
CollectionName
public string CollectionName { get; set; }
Property Value
- string
OrderBySequenceNumber
public bool OrderBySequenceNumber { get; set; }
Property Value
- bool
OrganizationIdentifier
public Guid? OrganizationIdentifier { get; set; }
Property Value
- Guid?
UseCurrentOrganization
public bool UseCurrentOrganization { get; set; }
Property Value
- bool
UseGlobalOrganizationIfEmpty
public bool UseGlobalOrganizationIfEmpty { get; set; }
Property Value
- bool
Methods
CreateDataSource()
public ListItemArray CreateDataSource()
Returns
- ListItemArray