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.1.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.