Skip to main content
All docs
V26.1
  • DialogDisplayOptions.TargetSelector Property

    Returns the Column Chooser’s target selector.

    Namespace: DevExpress.Blazor

    Assembly: DevExpress.Blazor.v26.1.dll

    Declaration

    public string TargetSelector { get; }

    Property Value

    Type Description
    String

    The target selector.

    Remarks

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

    See Also