Coder Social home page Coder Social logo

syncfusionexamples / how-to-create-action-typed-chip-in-xamarin.forms Goto Github PK

View Code? Open in Web Editor NEW
0.0 4.0 0.0 1.7 MB

An explanation of the purpose of the sample, which is to illustrate the process of creating action-typed chips in a Xamarin.Forms application.

C# 100.00%
chipgroup chips chips-types xamarin xamarin-forms chips-action-type

how-to-create-action-typed-chip-in-xamarin.forms's Introduction

How-to-create-a-Chips-sample

This repository sample explains how to create a chips sample in Xamarin.Forms

Getting Started with Chip sample

Step 1: Add the NuGet to the project and add the namespace as shown in the following code sample:

[XAML]

xmlns:buttons="clr-namespace:Syncfusion.XForms.Buttons;assembly=Syncfusion.Buttons.XForms"

[C#]

using Syncfusion.XForms.Buttons;

Step 2: Then initialize an empty SfChipGroup as shown in the following code:

[XAML]

<ContentPage.Content>
  <Grid>
     <buttons:SfChipGroup/>
  </Grid>
</ContentPage.Content>

[C#]

public GettingStarted()
{
  InitializeComponent();
  Grid grid = new Grid();
  grid.Children.Add(new SfChipGroup());
  this.Content = grid;
}

How-to-create-action-typed-chip-in-Xamarin.Forms

Action type of SfChipGroup, executes the Command when clicking the chip in SfChipGroup. On its Command action, we can do our desired action.

Command will execute only for Action typed SfChipGroup.

how-to-create-action-typed-chip-in-xamarin.forms's People

Contributors

mrhemalatha avatar naveenkumar-sanjeevirayan avatar sarubala20 avatar swethasf3977 avatar swethavasanthsf3977 avatar vinothkumar-ganesan avatar

Watchers

 avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.