A newer version of this page is available.
Switch to the current version.
ResourceMappingInfo.Caption Property
Gets or sets the data field which a resource's Resource.Caption property is bound to.
Namespace: DevExpress.XtraScheduler
Assembly: DevExpress.XtraScheduler.v18.2.Core.dll
Declaration
[TypeConverter(typeof(ResourceColumnNameConverter))]
[DefaultValue("")]
public virtual string Caption { get; set; }
<TypeConverter(GetType(ResourceColumnNameConverter))>
<DefaultValue("")>
Public Overridable Property Caption As String
Property Value
Type | Default | Description |
---|---|---|
String | A String value that specifies the name of the bound data field. |
Remarks
Use the Caption property to bind a resource's Resource.Caption property to a data field. The data field is taken from the data source specified by the PersistentObjectStorage<T>.DataSource property of the ResourceStorage.
See Also
Feedback