Class CfnTemplate.DefaultDateTimePickerControlOptionsProperty
The default options that correspond to the filter control type of a DateTimePicker
.
Inheritance
System.Object
CfnTemplate.DefaultDateTimePickerControlOptionsProperty
Namespace: Amazon.CDK.AWS.QuickSight
Assembly: Amazon.CDK.Lib.dll
Syntax (csharp)
public class DefaultDateTimePickerControlOptionsProperty : Object, CfnTemplate.IDefaultDateTimePickerControlOptionsProperty
Syntax (vb)
Public Class DefaultDateTimePickerControlOptionsProperty
Inherits Object
Implements CfnTemplate.IDefaultDateTimePickerControlOptionsProperty
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 defaultDateTimePickerControlOptionsProperty = new DefaultDateTimePickerControlOptionsProperty {
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 {
Relative = "relative"
},
FontStyle = "fontStyle",
FontWeight = new FontWeightProperty {
Name = "name"
}
},
Visibility = "visibility"
}
},
Type = "type"
};
Synopsis
Constructors
DefaultDateTimePickerControlOptionsProperty() |
Properties
CommitMode | The visibility configuration of the Apply button on a |
DisplayOptions | The display options of a control. |
Type | The date time picker type of the |
Constructors
DefaultDateTimePickerControlOptionsProperty()
public DefaultDateTimePickerControlOptionsProperty()
Properties
CommitMode
The visibility configuration of the Apply button on a DateTimePickerControl
.
public string CommitMode { get; set; }
Property Value
System.String
Remarks
DisplayOptions
The display options of a control.
public object DisplayOptions { get; set; }
Property Value
System.Object
Remarks
Type
The date time picker type of the DefaultDateTimePickerControlOptions
. Choose one of the following options:.
public string Type { get; set; }
Property Value
System.String