Interface CfnTemplatePropsMixin.IListControlSearchOptionsProperty
The configuration of the search options in a list control.
Namespace: Amazon.CDK.CfnPropertyMixins.AWS.QuickSight
Assembly: Amazon.CDK.CfnPropertyMixins.dll
Syntax (csharp)
public interface CfnTemplatePropsMixin.IListControlSearchOptionsProperty
Syntax (vb)
Public Interface CfnTemplatePropsMixin.IListControlSearchOptionsProperty
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.CfnPropertyMixins.AWS.QuickSight;
var listControlSearchOptionsProperty = new ListControlSearchOptionsProperty {
Visibility = "visibility"
};
Synopsis
Properties
| Visibility | The visibility configuration of the search options in a list control. |
Properties
Visibility
The visibility configuration of the search options in a list control.
string? Visibility { get; }