Skip to main content

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.v23.2.dll

NuGet Package: DevExpress.Wpf.Scheduling

Declaration

public Mapping Visible { get; set; }

Property Value

Type Description
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