Skip to main content
All docs
V23.2

DialogDisplayOptions.TargetReference Property

Returns the Column Chooser’s target reference element.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.2.dll

NuGet Package: DevExpress.Blazor

Declaration

public ElementReference? TargetReference { get; }

Property Value

Type Description
Nullable<ElementReference>

The element reference.

Remarks

To specify the Column Chooser’s reference element, call the DialogDisplayOptions(ElementReference, HorizontalAlignment, VerticalAlignment) constructor and pass the newly created DialogDisplayOptions object to the ShowColumnChooser(DialogDisplayOptions) method.

See Also