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

RepositoryItemRatingControl.ItemIndent Property

Gets or sets the distance between neighboring rating items.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.1.dll

Declaration

[DXCategory("Appearance")]
[DefaultValue(2)]
public int ItemIndent { get; set; }

Property Value

Type Default Description
Int32 2

An Int32 value that is the distance between neighboring rating items.

Remarks

Use the ItemIndent property to increase or reduce the gap between rating items. Note that clicking this empty space at runtime does not raise the RepositoryItemRatingControl.ItemClick event.

See Also