Class CfnDashboard.FilterTextFieldControlProperty
A control to display a text box that is used to enter a single entry.
Inheritance
Implements
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FilterTextFieldControlProperty : Object, CfnDashboard.IFilterTextFieldControlProperty
Syntax (vb)
Public Class FilterTextFieldControlProperty
Inherits Object
Implements CfnDashboard.IFilterTextFieldControlProperty
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 filterTextFieldControlProperty = new FilterTextFieldControlProperty {
FilterControlId = "filterControlId",
SourceFilterId = "sourceFilterId",
Title = "title",
// the properties below are optional
DisplayOptions = new TextFieldControlDisplayOptionsProperty {
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
Visibility = "visibility"
},
PlaceholderOptions = new TextControlPlaceholderOptionsProperty {
Visibility = "visibility"
},
TitleOptions = new LabelOptionsProperty {
CustomLabel = "customLabel",
FontConfiguration = new FontConfigurationProperty {
FontColor = "fontColor",
FontDecoration = "fontDecoration",
FontSize = new FontSizeProperty {
Absolute = "absolute",
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
}
}
};
Synopsis
Constructors
Filter |
Properties
Display |
The display options of a control. |
Filter |
The ID of the |
Source |
The source filter ID of the |
Title | The title of the |
Constructors
FilterTextFieldControlProperty()
public FilterTextFieldControlProperty()
Properties
DisplayOptions
The display options of a control.
public object DisplayOptions { get; set; }
Property Value
System.
Remarks
FilterControlId
The ID of the FilterTextFieldControl
.
public string FilterControlId { get; set; }
Property Value
System.
Remarks
SourceFilterId
The source filter ID of the FilterTextFieldControl
.
public string SourceFilterId { get; set; }
Property Value
System.
Remarks
Title
The title of the FilterTextFieldControl
.
public string Title { get; set; }
Property Value
System.