Skip to main content
All docs
V26.1
  • TreeListView.UpdateRowRectangleStyle Property

    Gets or sets the style of a rectangle that is displayed when an end user edits a row.

    Namespace: DevExpress.Xpf.Grid

    Assembly: DevExpress.Xpf.Grid.v26.1.dll

    Declaration

    public Style UpdateRowRectangleStyle { get; set; }

    Property Value

    Type Description
    Style

    A style of the rectangle that is displayed when an end user edits a row.

    See Also