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

RepositoryItemRadioGroup.ItemVertAlignment Property

Gets or set whether items are aligned at the top edge of the control or justified.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[DefaultValue(RadioItemVertAlignment.Justify)]
[DXCategory("Appearance")]
public RadioItemVertAlignment ItemVertAlignment { get; set; }

Property Value

Type Default Description
DevExpress.XtraEditors.RadioItemVertAlignment **Justify**

A DevExpress.XtraEditors.RadioItemVertAlignment enumeration value that specifies whether items are aligned at the top edge of the control or justified.

Remarks

Use the ItemVertAlignment and RepositoryItemRadioGroup.ItemHorzAlignment to specify how radio group items are aligned in the control. Items can be either aligned at the control’s edge or justified.

See Also