Skip to main content
All docs
V24.2

QueryDocumentEventArgs(String, Boolean) Constructor

Initializes a new instance of the QueryDocumentEventArgs class with specified settings.

Namespace: DevExpress.XtraBars.Docking2010.Views

Assembly: DevExpress.XtraBars.v24.2.dll

Declaration

public QueryDocumentEventArgs(
    string name,
    bool hasQueryControl
)

Parameters

Name Type
name String
hasQueryControl Boolean
See Also