Class
DataFormRadTimeSpanPickerEditor

Represents a time span picker in the RadDataForm. The actual editor control used is RadTimeSpanPicker.

Definition

Namespace:Telerik.Maui.Controls

Assembly:Telerik.Maui.Controls.dll

Syntax:

cs-api-definition
public class DataFormRadTimeSpanPickerEditor : DataFormRadPickerEditor, IRadContentView, IContentView, IPadding, ICrossPlatformLayout, IView, IElement, ITransform

Inheritance: objectRadContentViewDataFormContentViewDataFormItemDataFormEditorDataFormRadPickerEditorDataFormRadTimeSpanPickerEditor

Implements: IContentViewICrossPlatformLayoutIElementIPaddingIRadContentViewITransformIView

Inherited Members DataFormRadPickerEditor.PlaceholderPropertyDataFormRadPickerEditor.StringFormatPropertyDataFormRadPickerEditor.PlaceholderDataFormRadPickerEditor.StringFormatDataFormEditor.PropertyNamePropertyDataFormEditor.PropertyValuePropertyDataFormEditor.EditorValuePropertyDataFormEditor.ConverterPropertyDataFormEditor.ConverterParameterPropertyDataFormEditor.IsReadOnlyPropertyDataFormEditor.ValidationModePropertyDataFormEditor.CommitModePropertyDataFormEditor.ColumnSpacingPropertyDataFormEditor.RowSpacingPropertyDataFormEditor.HeaderTextPropertyDataFormEditor.HeaderDisplayOptionsPropertyDataFormEditor.HeaderLengthPropertyDataFormEditor.HeaderPositionPropertyDataFormEditor.HeaderLabelStylePropertyDataFormEditor.HeaderImageSourcePropertyDataFormEditor.HeaderImageStylePropertyDataFormEditor.ErrorLengthPropertyDataFormEditor.ErrorPositionPropertyDataFormEditor.ErrorDisplayOptionsPropertyDataFormEditor.ErrorLabelStylePropertyDataFormEditor.ErrorImageSourcePropertyDataFormEditor.ErrorImageStylePropertyDataFormEditor.EditorStylePropertyDataFormEditor.HasPendingChangesPropertyDataFormEditor.HasValidationErrorsPropertyDataFormEditor.ActualHeaderDisplayOptionsPropertyDataFormEditor.ActualHeaderLengthPropertyDataFormEditor.ActualHeaderPositionPropertyDataFormEditor.ActualHeaderLabelStylePropertyDataFormEditor.ActualHeaderImageSourcePropertyDataFormEditor.ActualHeaderImageStylePropertyDataFormEditor.ActualErrorDisplayOptionsPropertyDataFormEditor.ActualErrorLengthPropertyDataFormEditor.ActualErrorPositionPropertyDataFormEditor.ActualErrorLabelStylePropertyDataFormEditor.ActualErrorImageSourcePropertyDataFormEditor.ActualErrorImageStylePropertyDataFormEditor.ActualEditorStylePropertyDataFormEditor.IsHeaderLabelVisiblePropertyDataFormEditor.IsHeaderImageVisiblePropertyDataFormEditor.IsErrorLabelVisiblePropertyDataFormEditor.IsErrorImageVisiblePropertyDataFormEditor.ValidateChanges()DataFormEditor.CommitChanges()DataFormEditor.CancelChanges()DataFormEditor.PropertyNameDataFormEditor.PropertyValueDataFormEditor.EditorValueDataFormEditor.ConverterDataFormEditor.ConverterParameterDataFormEditor.IsReadOnlyDataFormEditor.ValidationModeDataFormEditor.CommitModeDataFormEditor.ColumnSpacingDataFormEditor.RowSpacingDataFormEditor.HeaderTextDataFormEditor.HeaderDisplayOptionsDataFormEditor.HeaderLengthDataFormEditor.HeaderPositionDataFormEditor.HeaderLabelStyleDataFormEditor.HeaderImageSourceDataFormEditor.HeaderImageStyleDataFormEditor.ErrorLengthDataFormEditor.ErrorPositionDataFormEditor.ErrorDisplayOptionsDataFormEditor.ErrorLabelStyleDataFormEditor.ErrorImageSourceDataFormEditor.ErrorImageStyleDataFormEditor.EditorStyleDataFormEditor.HasPendingChangesDataFormEditor.HasValidationErrorsDataFormEditor.ActualHeaderDisplayOptionsDataFormEditor.ActualHeaderLengthDataFormEditor.ActualHeaderPositionDataFormEditor.ActualHeaderLabelStyleDataFormEditor.ActualHeaderImageSourceDataFormEditor.ActualHeaderImageStyleDataFormEditor.ActualErrorDisplayOptionsDataFormEditor.ActualErrorLengthDataFormEditor.ActualErrorPositionDataFormEditor.ActualErrorLabelStyleDataFormEditor.ActualErrorImageSourceDataFormEditor.ActualErrorImageStyleDataFormEditor.ActualEditorStyleDataFormEditor.IsHeaderLabelVisibleDataFormEditor.IsHeaderImageVisibleDataFormEditor.IsErrorLabelVisibleDataFormEditor.IsErrorImageVisibleDataFormEditor.ValidationRulesDataFormEditor.ValidationErrorsDataFormEditor.ValueChangedDataFormEditor.ValidationCompletedDataFormContentView.BackgroundColorPropertyDataFormContentView.BorderColorPropertyDataFormContentView.BorderThicknessPropertyDataFormContentView.CornerRadiusPropertyDataFormContentView.ContentPaddingPropertyDataFormContentView.BackgroundColorDataFormContentView.BorderColorDataFormContentView.BorderThicknessDataFormContentView.CornerRadiusDataFormContentView.ContentPaddingRadContentView.ActualStyleClassPropertyRadContentView.OnChildAdded(Element)RadContentView.OnChildRemoved(Element, int)RadContentView.OnBindingContextChanged()RadContentView.OnHandlerChanged()

Constructors

DataFormRadTimeSpanPickerEditor()

Declaration

cs-api-definition
public DataFormRadTimeSpanPickerEditor()

Fields

FallbackTimeProperty

Identifies the FallbackTime property.

Declaration

cs-api-definition
public static readonly BindableProperty FallbackTimeProperty

Field Value

BindableProperty

HoursStepProperty

Identifies the HoursStep property.

Declaration

cs-api-definition
public static readonly BindableProperty HoursStepProperty

Field Value

BindableProperty

MaximumTimeProperty

Identifies the MaximumTime property.

Declaration

cs-api-definition
public static readonly BindableProperty MaximumTimeProperty

Field Value

BindableProperty

MinimumTimeProperty

Identifies the MinimumTime property.

Declaration

cs-api-definition
public static readonly BindableProperty MinimumTimeProperty

Field Value

BindableProperty

MinutesStepProperty

Identifies the MinutesStep property.

Declaration

cs-api-definition
public static readonly BindableProperty MinutesStepProperty

Field Value

BindableProperty

SecondsStepProperty

Identifies the SecondsStep property.

Declaration

cs-api-definition
public static readonly BindableProperty SecondsStepProperty

Field Value

BindableProperty

Properties

FallbackTime

Gets or sets the fallback time of the RadTimeSpanPicker.

Declaration

cs-api-definition
public TimeSpan? FallbackTime { get; set; }

Property Value

TimeSpan?

HoursStep

Gets or sets the hours step of the RadTimeSpanPicker.

Declaration

cs-api-definition
public int? HoursStep { get; set; }

Property Value

int?

MaximumTime

Gets or sets the maximum time of the RadTimeSpanPicker.

Declaration

cs-api-definition
public TimeSpan? MaximumTime { get; set; }

Property Value

TimeSpan?

MinimumTime

Gets or sets the minimum time of the RadTimeSpanPicker.

Declaration

cs-api-definition
public TimeSpan? MinimumTime { get; set; }

Property Value

TimeSpan?

MinutesStep

Gets or sets the minutes step of the RadTimeSpanPicker.

Declaration

cs-api-definition
public int? MinutesStep { get; set; }

Property Value

int?

SecondsStep

Gets or sets the seconds step of the RadTimeSpanPicker.

Declaration

cs-api-definition
public int? SecondsStep { get; set; }

Property Value

int?