Share via


LookupTypeInfo members

Represents a property type based on a lookup table.

The LookupTypeInfo type exposes the following members.

Constructors

  Name Description
Public method LookupTypeInfo Initializes an object with a unique property ID and a list of known values for this lookup table.

Top

Properties

  Name Description
Public property Id Uniquely identifies this lookup table.
Public property LimitToList Gets or sets a value that specifies whether the only valid values for this type are the items passed into this object’s constructor. It defaults to true.
Public property Lookup Gets or sets a value specifying the value representing the lookup type.
Public property ShowImage Gets or sets a value specifying whether the images given in the lookup type items should be displayed on cells with this property type. Defaults to false.
Public property ShowText Gets or sets a value that, if ShowImage is set to true, specifies whether text should be shown next to the image on cells with this property type. Defaults to true.

Top

Methods

  Name Description
Public method Equals (Inherited from Object.)
Protected method Finalize (Inherited from Object.)
Public method GetHashCode (Inherited from Object.)
Public method GetType (Inherited from Object.)
Protected method MemberwiseClone (Inherited from Object.)
Public method ToString (Inherited from Object.)

Top

See also

Reference

LookupTypeInfo class

Microsoft.SharePoint.JSGrid namespace