Skip to main content

RatingControl.Properties Property

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

Namespace: DevExpress.XtraEditors

Assembly: DevExpress.XtraEditors.v24.2.dll

Declaration

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

Property Value

Type Description
RepositoryItemRatingControl

A RepositoryItemRatingControl object that stores advanced RatingControl settings.

See Also