Skip to main content
A newer version of this page is available. .

RepositoryItemRadioGroup.Padding Property

Gets or sets the amount of empty space between the control’s bounds and radio items.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v20.1.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Appearance")]
public Padding Padding { get; set; }

Property Value

Type Description
Padding

A value that specifies the amount of empty space around radio items.

See Also