From beabd4f93db3c78dce51a2028724926a14265ba7 Mon Sep 17 00:00:00 2001 From: AravinthSundaramSF Date: Wed, 19 Aug 2026 08:54:35 +0530 Subject: [PATCH] Documentation(1042192): Updated the changes for the UG Front Format correction in WPF MultiColumnDropDown --- wpf/Multi-Column-DropDown/Columns.md | 6 +++--- wpf/Multi-Column-DropDown/Data-Binding.md | 6 +++--- wpf/Multi-Column-DropDown/Editing-and-AutoComplete.md | 2 +- wpf/Multi-Column-DropDown/Filtering.md | 6 +++--- wpf/Multi-Column-DropDown/Getting-Started.md | 6 +++--- wpf/Multi-Column-DropDown/Keyboard-Support.md | 6 +++--- wpf/Multi-Column-DropDown/Overview.md | 6 +++--- wpf/Multi-Column-DropDown/Popup-customization.md | 4 ++-- wpf/Multi-Column-DropDown/Selection.md | 6 +++--- wpf/Multi-Column-DropDown/Styles-and-Templates.md | 4 ++-- wpf/Multi-Column-DropDown/UIAutomation.md | 6 +++--- 11 files changed, 29 insertions(+), 29 deletions(-) diff --git a/wpf/Multi-Column-DropDown/Columns.md b/wpf/Multi-Column-DropDown/Columns.md index b4bc5812b8..b0e64254be 100644 --- a/wpf/Multi-Column-DropDown/Columns.md +++ b/wpf/Multi-Column-DropDown/Columns.md @@ -1,13 +1,13 @@ --- layout: post -title: Columns in WPF Multi Column Dropdown control | Syncfusion® -description: Learn here all about Columns support in Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control and more. +title: Columns in WPF Multi Column Dropdown | Syncfusion® +description: Columns in Syncfusion® WPF Multi Column Dropdown can be auto-generated or manually defined with customization options. platform: wpf control: SfMultiColumnDropDownControl documentation: ug --- -# Columns in WPF Multi Column Dropdown (SfMultiColumnDropDown) +# Columns in WPF Multi Column Dropdown SfMultiColumnDropDownControl enables you to define the columns as like in SfDataGrid. You can let the `SfMultiColumnDropDownControl` to create columns or you can manually defined columns to de displayed. Below sections explains both ways, diff --git a/wpf/Multi-Column-DropDown/Data-Binding.md b/wpf/Multi-Column-DropDown/Data-Binding.md index 292e172f9a..663e65ab9a 100644 --- a/wpf/Multi-Column-DropDown/Data-Binding.md +++ b/wpf/Multi-Column-DropDown/Data-Binding.md @@ -1,13 +1,13 @@ --- layout: post -title: Data Binding in WPF Multi Column Dropdown control | Syncfusion® -description: Learn here all about Data Binding support in Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control and more. +title: Data Binding in WPF Multi Column Dropdown | Syncfusion® +description: Data Binding in Syncfusion® WPF Multi Column Dropdown lets you bind ItemsSource, DisplayMember, and ValueMember with support for complex and indexer properties. platform: wpf control: SfMultiColumnDropDownControl documentation: ug --- -# Data Binding in WPF Multi Column Dropdown (SfMultiColumnDropDown) +# Data Binding in WPF Multi Column Dropdown You can populate the drop down list for SfMultiColumnDropDownControl by setting [ItemsSource](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl.html#Syncfusion_UI_Xaml_Grid_SfMultiColumnDropDownControl_ItemsSource) property. [DisplayMember](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl.html#Syncfusion_UI_Xaml_Grid_SfMultiColumnDropDownControl_DisplayMember) denotes the path to a value on the data object for visual presentation of the Textbox and [ValueMember](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl.html#Syncfusion_UI_Xaml_Grid_SfMultiColumnDropDownControl_ValueMember) denotes the path to a value on the data object to get the [SelectedValue](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl.html#Syncfusion_UI_Xaml_Grid_SfMultiColumnDropDownControl_SelectedValue). diff --git a/wpf/Multi-Column-DropDown/Editing-and-AutoComplete.md b/wpf/Multi-Column-DropDown/Editing-and-AutoComplete.md index 08a4a367c1..774207c9d8 100644 --- a/wpf/Multi-Column-DropDown/Editing-and-AutoComplete.md +++ b/wpf/Multi-Column-DropDown/Editing-and-AutoComplete.md @@ -1,7 +1,7 @@ --- layout: post title: Editing and AutoComplete in WPF Multi Column Dropdown | Syncfusion® -description: Learn here all about Editing and AutoComplete support in Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control and more. +description: Editing and AutoComplete in Syncfusion® WPF Multi Column Dropdown lets users edit text, enable auto completion, allow null input, and manage popup behavior. platform: wpf control: SfMultiColumnDropDownControl documentation: ug diff --git a/wpf/Multi-Column-DropDown/Filtering.md b/wpf/Multi-Column-DropDown/Filtering.md index daa8248969..7ec70ebf65 100644 --- a/wpf/Multi-Column-DropDown/Filtering.md +++ b/wpf/Multi-Column-DropDown/Filtering.md @@ -1,13 +1,13 @@ --- layout: post -title: Filtering in WPF Multi Column Dropdown control | Syncfusion® -description: Learn here all about Filtering support in Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control and more. +title: Filtering in WPF Multi Column Dropdown | Syncfusion® +description: Filtering in Syncfusion® WPF Multi Column Dropdown enables typed text search with case sensitivity, diacritic handling, and delay options. platform: wpf control: SfMultiColumnDropDownControl documentation: ug --- -# Filtering in WPF Multi Column Dropdown (SfMultiColumnDropDown) +# Filtering in WPF Multi Column Dropdown SfMultiColumnDropDownControl provides support to filter the drop down display list based on typed text by setting [AllowIncrementalFiltering](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl.html#Syncfusion_UI_Xaml_Grid_SfMultiColumnDropDownControl_AllowIncrementalFiltering) as `true`. The records are filter based on `DisplayMember`. diff --git a/wpf/Multi-Column-DropDown/Getting-Started.md b/wpf/Multi-Column-DropDown/Getting-Started.md index 887bc4cf8d..1afa367ecb 100644 --- a/wpf/Multi-Column-DropDown/Getting-Started.md +++ b/wpf/Multi-Column-DropDown/Getting-Started.md @@ -1,13 +1,13 @@ --- layout: post -title: Getting Started with WPF Multi Column Dropdown control | Syncfusion® -description: Learn here about getting started with Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control, its elements and more details. +title: Getting Started with WPF Multi Column Dropdown | Syncfusion® +description: Learn how to get started with the Syncfusion® WPF Multi Column Dropdown control. Explore setup, features, examples, and customization options. platform: wpf control: SfMultiColumnDropDownControl documentation: ug --- -# Getting Started with WPF Multi Column Dropdown (SfMultiColumnDropDown) +# Getting Started with WPF Multi Column Dropdown SfMultiColumnDropDownControl displays multiple columns in dropdown by embedding SfDataGrid control for rich look up selection. Features, diff --git a/wpf/Multi-Column-DropDown/Keyboard-Support.md b/wpf/Multi-Column-DropDown/Keyboard-Support.md index 742b0c205e..670c772cfd 100644 --- a/wpf/Multi-Column-DropDown/Keyboard-Support.md +++ b/wpf/Multi-Column-DropDown/Keyboard-Support.md @@ -1,13 +1,13 @@ --- layout: post -title: Keyboard Support| SfMultiColumnDropDownControl | Wpf | Syncfusion® -description: Keyboard support in Syncfusion® WPF MultiColumnDropDown (SfMultiColumnDropDown) control, its elements and more. +title: Keyboard Support in WPF Multi Column Dropdown | Syncfusion® +description: Keyboard support in Syncfusion® WPF Multi Column Dropdown provides shortcuts to select items, toggle popup, and manage navigation efficiently. platform: wpf control: SfMultiColumnDropDownControl documentation: ug --- -# Keyboard Support in WPF MultiColumnDropDown +# Keyboard Support in WPF Multi Column Dropdown The following table lists the keyboard shortcuts supported by the MultiColumnDropDown control. diff --git a/wpf/Multi-Column-DropDown/Overview.md b/wpf/Multi-Column-DropDown/Overview.md index 56a9c989d1..2b6ccd7fa3 100644 --- a/wpf/Multi-Column-DropDown/Overview.md +++ b/wpf/Multi-Column-DropDown/Overview.md @@ -1,13 +1,13 @@ --- layout: post -title: About WPF Multi Column Dropdown control | Syncfusion® -description: Learn here all about introduction of Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control, its elements and more details. +title: About Syncfusion WPF Multi Column Dropdown Control | Syncfusion® +description: Learn about introduction of Syncfusion® Essential Studio WPF Multi Column Dropdown control and more details. platform: wpf control: SfMultiColumnDropDownControl documentation: ug --- -# WPF Multi Column Dropdown (SfMultiColumnDropDown) Overview +# About Syncfusion® WPF Multi Column Dropdown Control. Syncfusion's MultiColumnDropDown control is combined with an Editor (TextBox Control) and powerful SfDataGrid (DataGrid Control) to search and select items by using the DropDownGrid. The Editor accepts free-flow text that is used to filter the DropDownGrid. diff --git a/wpf/Multi-Column-DropDown/Popup-customization.md b/wpf/Multi-Column-DropDown/Popup-customization.md index 5a8957aaf4..99ed07d057 100644 --- a/wpf/Multi-Column-DropDown/Popup-customization.md +++ b/wpf/Multi-Column-DropDown/Popup-customization.md @@ -1,7 +1,7 @@ --- layout: post -title: Popup customization in WPF Multi Column Dropdown control | Syncfusion® -description: Learn here all about Popup customization support in Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control and more. +title: Popup customization in WPF Multi Column Dropdown | Syncfusion® +description: Popup customization in Syncfusion® WPF Multi Column Dropdown lets you style popup background, borders, size, enable resizing, auto sizing, and manage events. platform: wpf control: SfMultiColumnDropDownControl documentation: ug diff --git a/wpf/Multi-Column-DropDown/Selection.md b/wpf/Multi-Column-DropDown/Selection.md index 46aaad6021..d5c315b48d 100644 --- a/wpf/Multi-Column-DropDown/Selection.md +++ b/wpf/Multi-Column-DropDown/Selection.md @@ -1,13 +1,13 @@ --- layout: post -title: Selection in WPF Multi Column Dropdown control | Syncfusion® -description: Learn here all about Selection support in Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control and more. +title: Selection in WPF Multi Column Dropdown | Syncfusion® +description: Selection in Syncfusion® WPF Multi Column Dropdown lets you choose single or multiple items, customize separators, access selected values, and handle events. platform: wpf control: SfMultiColumnDropDownControl documentation: ug --- -# Selection in WPF Multi Column Dropdown (SfMultiColumnDropDown) +# Selection in WPF Multi Column Dropdown [SfMultiColumnDropDownControl](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl.html) allows you to select one or more rows based on the SelectionMode. You can get the selected item in the SfDataGrid by using [SelectedItem](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl.html#Syncfusion_UI_Xaml_Grid_SfMultiColumnDropDownControl_SelectedItem) property and the selected index by using [SelectedIndex](https://help.syncfusion.com/cr/wpf/Syncfusion.UI.Xaml.Grid.SfMultiColumnDropDownControl.html#Syncfusion_UI_Xaml_Grid_SfMultiColumnDropDownControl_SelectedIndex) property. diff --git a/wpf/Multi-Column-DropDown/Styles-and-Templates.md b/wpf/Multi-Column-DropDown/Styles-and-Templates.md index b657fe1c55..e07cbd2365 100644 --- a/wpf/Multi-Column-DropDown/Styles-and-Templates.md +++ b/wpf/Multi-Column-DropDown/Styles-and-Templates.md @@ -1,7 +1,7 @@ --- layout: post -title: Styles and Templates in WPF Multi Column Dropdown control | Syncfusion® -description: Learn here all about Styles and Templates support in Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control and more. +title: Styles and Templates in WPF Multi Column Dropdown | Syncfusion® +description: Styles and Templates in Syncfusion® WPF Multi Column Dropdown let you customize appearance, edit control structure, and create consistent visual design. platform: wpf control: SfMultiColumnDropDownControl documentation: ug diff --git a/wpf/Multi-Column-DropDown/UIAutomation.md b/wpf/Multi-Column-DropDown/UIAutomation.md index 862cb6c28c..3431cee962 100644 --- a/wpf/Multi-Column-DropDown/UIAutomation.md +++ b/wpf/Multi-Column-DropDown/UIAutomation.md @@ -1,13 +1,13 @@ --- layout: post -title: UIAutomation in WPF Multi Column Dropdown control | Syncfusion® -description: Learn here all about UIAutomation support in Syncfusion® WPF Multi Column Dropdown (SfMultiColumnDropDown) control and more. +title: UIAutomation in WPF Multi Column Dropdown | Syncfusion® +description: UIAutomation in Syncfusion® WPF Multi Column Dropdown supports Coded UI, QTP tests, custom properties, and methods to automate actions and validate elements. platform: wpf control: SfMultiColumnDropDownControl documentation: ug --- -# UIAutomation in WPF Multi Column Dropdown (SfMultiColumnDropDown) +# UIAutomation in WPF Multi Column Dropdown SfMultiColumnDropDownControl supports the following UIAutomations,