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