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

RepositoryItemRatingControl.EditorTypeName Property

Returns the textual representation of the type of the editor that owns this RepositoryItemRatingControl object.

Namespace: DevExpress.XtraEditors.Repository

Assembly: DevExpress.XtraEditors.v19.2.dll

Declaration

[Browsable(false)]
public override string EditorTypeName { get; }

Property Value

Type Description
String

Return value: RatingControl.

See Also