Public Properties

  Name Description
public property ArrayProperty Gets or sets a value that indicates whether the property has an array value.
public property BooleanProperty Gets or sets a value that indicates if the property has a Boolean value.
public property ColumnWidth Gets or sets the width of the header column that is used to display text to the user. The text is the name of the property or the name of a resource in the resource assembly.
public property DisplayArraySorted Gets or sets a value that indicates whether array elements are sorted alphabetically for display.
public property DisplayedDataType Gets or sets the data type for the value of the property.
public property DisplayFormat Gets or sets a replacement string format for concatenating multiple properties to build the display string.
public property IsSearchable Gets or sets a value that indicates whether the property can be used in a search query.
public property PropertyName Gets or sets the name of the property, used as an index into the resource to retrieve the localized name.
public property PropertyNames1 Gets the first set of property names that are used to calculate column values that are based on the value of the DisplayedDataType property.
public property PropertyNames2 Gets the second set of property names that are used to calculate column values that are based on the value of the DisplayedDataType property.
public property PropertyOperand Gets or sets the operation to perform on the sum of the values of PropertyNames1 and PropertyNames2.
public property SearchFolderListItemsDisplayPropertyName Gets or sets the name of the search folder list items display property. The name is displayed to the user in the search folder criteria dialog box.
public property SearchFolderListItemsQuery Gets or sets the search folder list items query that is executed to build the list of items that are displayed in the search folder chooser dialog box.
public property SearchFolderListItemsQueryClassName Gets or sets the name of the search folder list items query class.
public property SearchFolderListItemsSearchPropertyName Gets or sets the name of the search folder list items search property. The value of this property, obtained from the selected items in the query results, is the value that is searched during search folder operation.
public property SearchFolderWhereClauseProperty Gets or sets the name of the search folder WHERE clause property that is placed into the search criteria for the search folder results.
public property SearchFolderWhereClausePropertyPrefix Gets or sets the search folder WHERE clause property prefix.
public property TreatAsTypeForSearch Gets or sets the treat as type for search value that is used by search functionality to sort items properly during a search without using the actual data types.
public property TreatAsTypeForSort Gets or sets the treat as type for sort value that is used by sorting functionality to sort items properly without using the actual data types.

See Also


Send comments about this topic to Microsoft.