Skip to main content
A newer version of this page is available. .
All docs
V23.1

RadioGroupLayout Enum

Lists values that specify how to arrange Radio Group items.

Namespace: DevExpress.Blazor

Assembly: DevExpress.Blazor.v23.1.dll

NuGet Package: DevExpress.Blazor

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