Skip to main content
All docs
V25.1
  • CustomizationFormSearchEventArgs.Visible Property

    Gets or sets the visibility of the processed row or category.

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v25.1.dll

    NuGet Packages: DevExpress.Win.Navigation, DevExpress.Win.VerticalGrid

    Declaration

    public bool Visible { get; set; }

    Property Value

    Type Description
    Boolean

    true to display the processed row or category; otherwise, false.

    See Also