Skip to main content
Tab

VerticalGridStyles.FocusedCell Property

Gets the style settings defining the appearance of a focused data cell.

Namespace: DevExpress.Web

Assembly: DevExpress.Web.v23.2.dll

NuGet Package: DevExpress.Web

Declaration

public VerticalGridStyle FocusedCell { get; }

Property Value

Type Description
VerticalGridStyle

A VerticalGridStyle object that contains style settings.

See Also