Class CfnDashboard.FilterDateTimePickerControlProperty
A control from a date filter that is used to specify date and time.
Inheritance
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class FilterDateTimePickerControlProperty : Object, CfnDashboard.IFilterDateTimePickerControlProperty
Syntax (vb)
Public Class FilterDateTimePickerControlProperty
Inherits Object
Implements CfnDashboard.IFilterDateTimePickerControlProperty
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 filterDateTimePickerControlProperty = new FilterDateTimePickerControlProperty {
FilterControlId = "filterControlId",
SourceFilterId = "sourceFilterId",
Title = "title",
// the properties below are optional
CommitMode = "commitMode",
DisplayOptions = new DateTimePickerControlDisplayOptionsProperty {
DateTimeFormat = "dateTimeFormat",
InfoIconLabelOptions = new SheetControlInfoIconLabelOptionsProperty {
InfoIconText = "infoIconText",
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"
}
},
Type = "type"
};
Synopsis
Constructors
Filter |
Properties
Commit |
The visibility configurationof the Apply button on a |
Display |
The display options of a control. |
Filter |
The ID of the |
Source |
The source filter ID of the |
Title | The title of the |
Type | The type of the |
Constructors
FilterDateTimePickerControlProperty()
public FilterDateTimePickerControlProperty()
Properties
CommitMode
The visibility configurationof the Apply button on a DateTimePickerControl
.
public string CommitMode { get; set; }
Property Value
System.
Remarks
DisplayOptions
The display options of a control.
public object DisplayOptions { get; set; }
Property Value
System.
Remarks
FilterControlId
The ID of the FilterDateTimePickerControl
.
public string FilterControlId { get; set; }
Property Value
System.
Remarks
SourceFilterId
The source filter ID of the FilterDateTimePickerControl
.
public string SourceFilterId { get; set; }
Property Value
System.
Remarks
Title
The title of the FilterDateTimePickerControl
.
public string Title { get; set; }
Property Value
System.
Remarks
Type
The type of the FilterDropDownControl
. Choose one of the following options:.
public string Type { get; set; }
Property Value
System.