Skip to main content

DevExpress v24.2 Update — Your Feedback Matters

Our What's New in v24.2 webpage includes product-specific surveys. Your response to our survey questions will help us measure product satisfaction for features released in this major update and help us refine our plans for our next major release.

Take the survey Not interested

RepositoryItemRadioGroup.ItemHorzAlignment Property

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

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v24.2.dll

NuGet Package: DevExpress.Win.Navigation

#Declaration

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

#Property Value

Type Default Description
DevExpress.XtraEditors.RadioItemHorzAlignment Justify

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

#Remarks

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

If items are horizontally justified, you cannot specify the indent between columns of items using the RepositoryItemRadioGroup.ColumnIndent property.

See Also