Class CfnDashboard.ListControlSearchOptionsProperty
The configuration of the search options in a list control.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class ListControlSearchOptionsProperty : Object, CfnDashboard.IListControlSearchOptionsProperty
Syntax (vb)
Public Class ListControlSearchOptionsProperty
Inherits Object
Implements CfnDashboard.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.AWS.QuickSight;
var listControlSearchOptionsProperty = new ListControlSearchOptionsProperty {
Visibility = "visibility"
};
Synopsis
Constructors
List |
Properties
Visibility | The visibility configuration of the search options in a list control. |
Constructors
ListControlSearchOptionsProperty()
public ListControlSearchOptionsProperty()
Properties
Visibility
The visibility configuration of the search options in a list control.
public string Visibility { get; set; }
Property Value
System.