MultiQueryItem(String, String, Nullable<Boolean>, Int32, Int32, MultiQueryItemActions) Constructor
Initializes a new instance of the MultiQueryItem class with the specified settings.
Namespace: DevExpress.DataAccess.Wizard.Presenters
Assembly: DevExpress.DataAccess.v24.1.dll
NuGet Packages: DevExpress.DataAccess, DevExpress.Win.PivotGrid, DevExpress.Win.TreeMap
Declaration
public MultiQueryItem(
string name,
string displayName,
bool? selected,
int id,
int parentId,
MultiQueryItemActions actions
)
Parameters
Name | Type | Description |
---|---|---|
name | String | A String value, specifying the item name. This value is assigned to the MultiQueryItem.Name property. |
displayName | String | A String value, specifying the item display name that appears in the tree list. This value is assigned to the MultiQueryItem.DisplayName property. |
selected | Nullable<Boolean> | A nullable Boolean value, specifying the item’s check state. This value is assigned to the MultiQueryItem.Selected property. |
id | Int32 | An integer value, identifying the item. This value is assigned to the MultiQueryItem.Id property. |
parentId | Int32 | An integer value, identifying the item’s parent in the tree list hierarchy. This value is assigned to the MultiQueryItem.ParentId property. |
actions | MultiQueryItemActions | A MultiQueryItemActions enumeration value, specifying the actions allowed for this item. This value is assigned to the MultiQueryItem.Actions property. |