Skip to main content
All docs
V25.1
  • DialogDisplayOptions.TargetPoint Property

    Returns the Column Chooser’s target point.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v25.1.dll

    NuGet Package: DevExpress.Blazor

    Declaration

    public Point? TargetPoint { get; }

    Property Value

    Type Description
    Nullable<Point>

    The point object.

    Remarks

    To specify the Column Chooser’s target point, call the DialogDisplayOptions(Point) constructor and pass the newly created DialogDisplayOptions object to the ShowColumnChooser(DialogDisplayOptions) method.

    See Also