Back to Devexpress

ResourceMappings.Visible Property

wpf-devexpress-dot-xpf-dot-scheduling-dot-resourcemappings-11207b7f.md

latest1.6 KB
Original Source

ResourceMappings.Visible Property

Gets or sets the mapping that binds the appointment’s ResourceItem.Visible property to the data source field.

Namespace : DevExpress.Xpf.Scheduling

Assembly : DevExpress.Xpf.Scheduling.v25.2.dll

NuGet Package : DevExpress.Wpf.Scheduling

Declaration

csharp
public Mapping Visible { get; set; }
vb
Public Property Visible As Mapping

Property Value

TypeDescription
Mapping

A Mapping object specifying the data field and converter.

|

Remarks

Use the Visible property to bind the resource’s ResourceItem.Visible property to a data field. The field is obtained from the data source specified by the DataSource.ResourcesSource property.

Tip

Use the Mapping.Converter property to register a value converter for a custom storing format.

See Also

ResourceMappings Class

ResourceMappings Members

DevExpress.Xpf.Scheduling Namespace