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

RatingControl.Properties Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v21.2.dll

NuGet Packages: DevExpress.Win.Design, 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