Back to Devexpress

RepositoryItemRadioGroup.ItemHorzAlignment Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemradiogroup-154f59d4.md

latest2.2 KB
Original Source

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

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(RadioItemHorzAlignment.Justify)]
[DXCategory("Appearance")]
public RadioItemHorzAlignment ItemHorzAlignment { get; set; }
vb
<DefaultValue(RadioItemHorzAlignment.Justify)>
<DXCategory("Appearance")>
Public Property ItemHorzAlignment As RadioItemHorzAlignment

Property Value

TypeDefaultDescription
DevExpress.XtraEditors.RadioItemHorzAlignmentJustify

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

ItemVertAlignment

RepositoryItemRadioGroup Class

RepositoryItemRadioGroup Members

DevExpress.XtraEditors.Repository Namespace