Skip to main content
A newer version of this page is available. .

RowStyleSettings.FocusedCornerRadius Property

Gets or sets a corner radius of the focused row’s border.

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v22.1.dll

NuGet Package: DevExpress.WinUI

Declaration

[DP(null, Handler = "OnContentChanged")]
public CornerRadius? FocusedCornerRadius { get; set; }

Property Value

Type Description
Nullable<CornerRadius>

A corner radius of the focused row’s border.

Property Paths

You can access this nested property as listed below:

Object Type Path to FocusedCornerRadius
DataControlBase
.RowStyleSettings .FocusedCornerRadius
GridControl
.GroupRowStyleSettings .FocusedCornerRadius
See Also