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

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

    Namespace: DevExpress.XtraVerticalGrid.Events

    Assembly: DevExpress.XtraVerticalGrid.v26.1.dll

    Declaration

    public bool Visible { get; set; }

    Property Value

    Type Description
    Boolean

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

    See Also