Back to Devexpress

LayoutControl.QueryControl Event

windowsforms-devexpress-dot-xtralayout-dot-layoutcontrol-5ab14127.md

latest1.0 KB
Original Source

LayoutControl.QueryControl Event

Namespace : DevExpress.XtraLayout

Assembly : DevExpress.XtraLayout.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Action")]
public event EventHandler<QueryLayoutItemControlEventArgs> QueryControl
vb
<DXCategory("Action")>
Public Event QueryControl As EventHandler(Of QueryLayoutItemControlEventArgs)

Event Data

The QueryControl event's data class is DevExpress.XtraLayout.QueryLayoutItemControlEventArgs.

See Also

LayoutControl Class

LayoutControl Members

DevExpress.XtraLayout Namespace