Interface CfnDashboard.ICascadingControlConfigurationProperty
The values that are displayed in a control can be configured to only show values that are valid based on what's selected in other controls.
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public interface ICascadingControlConfigurationProperty
Syntax (vb)
Public Interface ICascadingControlConfigurationProperty
Remarks
ExampleMetadata: fixture=_generated
Examples
// The code below shows an example of how to instantiate this type.
// The values are placeholders you should change.
using Amazon.CDK.AWS.QuickSight;
var cascadingControlConfigurationProperty = new CascadingControlConfigurationProperty {
SourceControls = new [] { new CascadingControlSourceProperty {
ColumnToMatch = new ColumnIdentifierProperty {
ColumnName = "columnName",
DataSetIdentifier = "dataSetIdentifier"
},
SourceSheetControlId = "sourceSheetControlId"
} }
};
Synopsis
Properties
Source |
A list of source controls that determine the values that are used in the current control. |
Properties
SourceControls
A list of source controls that determine the values that are used in the current control.
virtual object SourceControls { get; }
Property Value
System.