Table of Contents

Class ItemKeyComboBoxSettings

Namespace
InSite.Common.Web.UI
Assembly
InSite.UI.dll
[TypeConverter(typeof(ExpandableObjectConverter))]
public class ItemKeyComboBoxSettings : StateBagProxy
Inheritance
ItemKeyComboBoxSettings
Inherited Members

Constructors

ItemKeyComboBoxSettings(string, StateBag)

public ItemKeyComboBoxSettings(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

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