Skip to main content

RowStyleSettings.FocusedCornerRadius Property

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

Namespace: DevExpress.WinUI.Grid

Assembly: DevExpress.WinUI.Grid.v23.2.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