Back to Devexpress

RepositoryItemRadioGroup.FlowLayoutItemHorzIndent Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemradiogroup-57f35c5c.md

latest1.9 KB
Original Source

RepositoryItemRadioGroup.FlowLayoutItemHorzIndent Property

Gets or sets the horizontal distance between adjacent radio items in Flow layout mode (see RepositoryItemRadioGroup.ItemsLayout).

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DefaultValue(-1)]
[DXCategory("Appearance")]
public int FlowLayoutItemHorzIndent { get; set; }
vb
<DefaultValue(-1)>
<DXCategory("Appearance")>
Public Property FlowLayoutItemHorzIndent As Integer

Property Value

TypeDefaultDescription
Int32-1

The horizontal distance between adjacent radio items in Flow layout mode.

|

See Also

ItemsLayout

FlowLayoutItemVertIndent

Padding

RepositoryItemRadioGroup Class

RepositoryItemRadioGroup Members

DevExpress.XtraEditors.Repository Namespace