Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

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.

The following code snippet (auto-collected from DevExpress Examples) contains a reference to the ItemVertAlignment property.

Note

The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.

See Also