Back to Devexpress

RatingControl.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-ratingcontrol-b891048d.md

latest1.5 KB
Original Source

RatingControl.Properties Property

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

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[DXCategory("Properties")]
public RepositoryItemRatingControl Properties { get; }
vb
<DXCategory("Properties")>
Public ReadOnly Property Properties As RepositoryItemRatingControl

Property Value

TypeDescription
RepositoryItemRatingControl

A RepositoryItemRatingControl object that stores advanced RatingControl settings.

|

See Also

RatingControl Class

RatingControl Members

DevExpress.XtraEditors Namespace