InterfaceIResource
Interface
Defines basic methods and properties of a resource.
Definition
Namespace:Telerik.Windows.Controls
Assembly:Telerik.Windows.Controls.ScheduleView.dll
Syntax:
cs-api-definition
public interface IResource : IEquatable<IResource>
Inherited Members
Properties
DisplayName
Gets or sets the display name.
Declaration
cs-api-definition
string DisplayName { get; set; }
Property Value
The display name.