Skip to main content
You are viewing help content for pre-release software. This document and the features it describes are subject to change. .
All docs
V24.1

RadioGroupLayout Enum

Lists values that specify how to arrange Radio Group items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v24.1.dll

Declaration

public enum RadioGroupLayout

Members

Name Description
Vertical

Sets the vertical orientation.

Horizontal

Sets the horizontal orientation.

Related API Members

The following properties accept/return RadioGroupLayout values:

See Also