RepositoryItemRatingControl.ItemIndent Property
Gets or sets the distance between neighboring rating items.
Namespace: DevExpress.XtraEditors.Repository
Assembly: DevExpress.XtraEditors.v24.1.dll
NuGet Package: DevExpress.Win.Navigation
Declaration
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