Skip to main content

RatingControl.Properties Property

Provides access to the RepositoryItemRatingControl object that stores advanced RatingControl settings.

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v23.2.dll

NuGet Package: DevExpress.Win.Navigation

Declaration

[DXCategory("Properties")]
public RepositoryItemRatingControl Properties { get; }

Property Value

Type Description
RepositoryItemRatingControl

A RepositoryItemRatingControl object that stores advanced RatingControl settings.

See Also