Back to Devexpress

RepositoryItemRatingControl.ItemIndent Property

windowsforms-devexpress-dot-xtraeditors-dot-repository-dot-repositoryitemratingcontrol-3b937b64.md

latest1.6 KB
Original Source

RepositoryItemRatingControl.ItemIndent Property

Gets or sets the distance between neighboring rating items.

Namespace : DevExpress.XtraEditors.Repository

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

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

Property Value

TypeDefaultDescription
Int322

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

RepositoryItemRatingControl Class

RepositoryItemRatingControl Members

DevExpress.XtraEditors.Repository Namespace