Public Properties
Name | Description | |
---|---|---|
ArrayProperty | Gets or sets a value that indicates whether the property has an array value. | |
BooleanProperty | Gets or sets a value that indicates if the property has a Boolean value. | |
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. | |
DisplayArraySorted | Gets or sets a value that indicates whether array elements are sorted alphabetically for display. | |
DisplayedDataType | Gets or sets the data type for the value of the property. | |
DisplayFormat | Gets or sets a replacement string format for concatenating multiple properties to build the display string. | |
IsSearchable | Gets or sets a value that indicates whether the property can be used in a search query. | |
PropertyName | Gets or sets the name of the property, used as an index into the resource to retrieve the localized name. | |
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. | |
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. | |
PropertyOperand | Gets or sets the operation to perform on the sum of the values of PropertyNames1 and PropertyNames2. | |
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. | |
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. | |
SearchFolderListItemsQueryClassName | Gets or sets the name of the search folder list items query class. | |
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. | |
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. | |
SearchFolderWhereClausePropertyPrefix | Gets or sets the search folder WHERE clause property prefix. | |
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. | |
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.