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