Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
90 changes: 90 additions & 0 deletions MAUI/Cards/properties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,90 @@
---
layout: post
title: Properties of .NET MAUI Card Layout control | Syncfusion®
description: This section explains the properties and events with Syncfusion® MAUI Card Layout (SfCardLayout) control.
platform: maui
control: SfCardLayout
documentation: ug
---

# .NET MAUI Card Layout API Reference

## Properties

<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_HorizontalCardSpacing">HorizontalCardSpacing</a></td>
<td>int</td>
<td>Defines the horizontal spacing between cards.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_ShowSwipedCard">ShowSwipedCard</a></td>
<td>bool</td>
<td>Shows the swiped card.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_SwipeDirection">SwipeDirection</a></td>
<td>CardSwipeDirection</td>
<td>Defines the swipe direction.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_VerticalCardSpacing">VerticalCardSpacing</a></td>
<td>int</td>
<td>Defines the vertical spacing between cards.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_VisibleIndex">VisibleIndex</a></td>
<td>Nullable&lt;int&gt;</td>
<td>Defines the visible card index.</td>
</tr>
</table>

## Events

<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.CardLayout.html#Syncfusion_Maui_Cards_CardLayout_Tapped">Tapped</a></td>
<td>EventHandler&lt;TappedEventArgs&gt;</td>
<td>Raised when the layout is tapped.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_VisibleIndexChanged">VisibleIndexChanged</a></td>
<td>EventHandler&lt;CardVisibleIndexChangedEventArgs&gt;</td>
<td>Raised when the visible card changes.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_VisibleIndexChanging">VisibleIndexChanging</a></td>
<td>EventHandler&lt;CardVisibleIndexChangingEventArgs&gt;</td>
<td>Raised before the visible card changes.</td>
</tr>
</table>

## Methods

<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_Backward">Backward()</a></td>
<td>void</td>
<td>Moves to the previous card.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Cards.SfCardLayout.html#Syncfusion_Maui_Cards_SfCardLayout_Forward">Forward()</a></td>
<td>void</td>
<td>Moves to the next card.</td>
</tr>
</table>
145 changes: 145 additions & 0 deletions MAUI/CheckBox/properties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,145 @@
---
layout: post
title: Properties of .NET MAUI CheckBox control | Syncfusion®
description: This section explains the properties, events, and methods with Syncfusion® MAUI CheckBox (SfCheckBox) control.
platform: maui
control: SfCheckBox
documentation: ug
---

# .NET MAUI CheckBox API Reference

## Properties

<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_CheckedColor">CheckedColor</a></td>
<td>Color</td>
<td>Defines the checked color.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_ContentSpacing">ContentSpacing</a></td>
<td>double</td>
<td>Defines the spacing between the box and the text.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_ControlSize">ControlSize</a></td>
<td>double</td>
<td>Defines the control size.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfCheckBox.html#Syncfusion_Maui_Buttons_SfCheckBox_CornerRadius">CornerRadius</a></td>
<td>CornerRadius</td>
<td>Defines the corner radius.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_EnabledAnimation">EnabledAnimation</a></td>
<td>bool</td>
<td>Defines the animation state.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_FlowDirection">FlowDirection</a></td>
<td>FlowDirection</td>
<td>Defines the text flow direction.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_FontAttributes">FontAttributes</a></td>
<td>FontAttributes</td>
<td>Defines the font style.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_FontAutoScalingEnabled">FontAutoScalingEnabled</a></td>
<td>bool</td>
<td>Defines whether font auto scaling is enabled.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_FontFamily">FontFamily</a></td>
<td>string</td>
<td>Defines the font family.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_FontSize">FontSize</a></td>
<td>double</td>
<td>Defines the font size.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_HorizontalTextAlignment">HorizontalTextAlignment</a></td>
<td>TextAlignment</td>
<td>Defines the text alignment.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_IsChecked">IsChecked</a></td>
<td>Nullable&lt;bool&gt;</td>
<td>Defines the checked state.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_IsEnabled">IsEnabled</a></td>
<td>bool</td>
<td>Defines whether the control is enabled.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfCheckBox.html#Syncfusion_Maui_Buttons_SfCheckBox_IsThreeState">IsThreeState</a></td>
<td>bool</td>
<td>Defines whether three states are supported.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_LineBreakMode">LineBreakMode</a></td>
<td>LineBreakMode</td>
<td>Defines the line break mode.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_Padding">Padding</a></td>
<td>Thickness</td>
<td>Defines the inner padding.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_StrokeThickness">StrokeThickness</a></td>
<td>double</td>
<td>Defines the stroke thickness.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_Text">Text</a></td>
<td>string</td>
<td>Defines the text.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_TextColor">TextColor</a></td>
<td>Color</td>
<td>Defines the text color.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.SfCheckBox.html#Syncfusion_Maui_Buttons_SfCheckBox_TickColor">TickColor</a></td>
<td>Color</td>
<td>Defines the tick color.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_UncheckedColor">UncheckedColor</a></td>
<td>Color</td>
<td>Defines the unchecked color.</td>
</tr>
</table>

## Events

<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_StateChanged">StateChanged</a></td>
<td>EventHandler&lt;StateChangedEventArgs&gt;</td>
<td>Raised when the state changes.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Buttons.ToggleButton.html#Syncfusion_Maui_Buttons_ToggleButton_StateChanging">StateChanging</a></td>
<td>EventHandler&lt;StateChangingEventArgs&gt;</td>
<td>Raised before the state changes.</td>
</tr>
</table>
150 changes: 150 additions & 0 deletions MAUI/DatePicker/properties.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,150 @@
---
layout: post
title: Properties of .NET MAUI Date Picker control | Syncfusion®
description: This section explains about the properties and events with Syncfusion® MAUI Date Picker (SfDatePicker) control and more.
platform: maui
control: SfDatePicker
documentation: ug
---

# .NET MAUI Date Picker API Reference

## Properties

<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_BlackoutDates">BlackoutDates</a></td>
<td>ObservableCollection&lt;DateTime&gt;</td>
<td>Defines the dates that cannot be selected.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_ColumnHeaderView">ColumnHeaderView</a></td>
<td>DatePickerColumnHeaderView</td>
<td>Defines the column header view.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_DayInterval">DayInterval</a></td>
<td>int</td>
<td>Defines the day interval.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_Format">Format</a></td>
<td>PickerDateFormat</td>
<td>Defines the date format.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_HeaderView">HeaderView</a></td>
<td>PickerHeaderView</td>
<td>Defines the header view.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_MaximumDate">MaximumDate</a></td>
<td>DateTime</td>
<td>Defines the latest selectable date.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_MinimumDate">MinimumDate</a></td>
<td>DateTime</td>
<td>Defines the earliest selectable date.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_MonthInterval">MonthInterval</a></td>
<td>int</td>
<td>Defines the month interval.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_SelectedDate">SelectedDate</a></td>
<td>DateTime</td>
<td>Defines the selected date.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_SelectionChangedCommand">SelectionChangedCommand</a></td>
<td>ICommand</td>
<td>Defines the command that runs when the date changes.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_YearInterval">YearInterval</a></td>
<td>int</td>
<td>Defines the year interval.</td>
</tr>
</table>

## Events

<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnCancelButtonClicked_System_EventArgs_">CancelButtonClicked</a></td>
<td>EventHandler&lt;EventArgs&gt;</td>
<td>Raised when the Cancel button is tapped.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnPopupClosed_System_EventArgs_">Closed</a></td>
<td>EventHandler&lt;EventArgs&gt;</td>
<td>Raised when the picker closes.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnPopupClosing_System_ComponentModel_CancelEventArgs_">Closing</a></td>
<td>EventHandler&lt;CancelEventArgs&gt;</td>
<td>Raised before the picker closes.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnPopupOpened_System_EventArgs_">Opened</a></td>
<td>EventHandler&lt;EventArgs&gt;</td>
<td>Raised when the picker opens.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnOkButtonClicked_System_EventArgs_">OkButtonClicked</a></td>
<td>EventHandler&lt;EventArgs&gt;</td>
<td>Raised when the OK button is tapped.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.SfDatePicker.html#Syncfusion_Maui_Picker_SfDatePicker_SelectionChanged">SelectionChanged</a></td>
<td>EventHandler&lt;DatePickerSelectionChangedEventArgs&gt;</td>
<td>Raised when the selected date changes.</td>
</tr>
</table>

## Methods

<table>
<tr>
<th>Name</th>
<th>Type</th>
<th>Description</th>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnCancelButtonClicked_System_EventArgs_">OnCancelButtonClicked(EventArgs)</a></td>
<td>void</td>
<td>Handles the Cancel button click.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnOkButtonClicked_System_EventArgs_">OnOkButtonClicked(EventArgs)</a></td>
<td>void</td>
<td>Handles the OK button click.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnPopupClosed_System_EventArgs_">OnPopupClosed(EventArgs)</a></td>
<td>void</td>
<td>Runs after the popup closes.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnPopupClosing_System_ComponentModel_CancelEventArgs_">OnPopupClosing(CancelEventArgs)</a></td>
<td>void</td>
<td>Runs before the popup closes.</td>
</tr>
<tr valign="top">
<td><a href="https://help.syncfusion.com/cr/maui/Syncfusion.Maui.Picker.PickerBase.html#Syncfusion_Maui_Picker_PickerBase_OnPopupOpened_System_EventArgs_">OnPopupOpened(EventArgs)</a></td>
<td>void</td>
<td>Runs after the popup opens.</td>
</tr>
</table>
Loading