skip navigation
  • Product Bundles

    DevCraft

    All Telerik .NET tools and Kendo UI JavaScript components in one package. Now enhanced with:

    • AI Coding Assistants
    • Embedded Reporting
    • Document Processing Libraries
    • SSO Account Sign-in

    Web

    Kendo UI UI for Angular UI for Vue UI for jQuery KendoReact UI for Blazor UI for ASP.NET Core UI for ASP.NET MVC UI for ASP.NET AJAX

    Mobile

    UI for .NET MAUI

    Document Management

    Telerik Document Processing

    Desktop

    UI for .NET MAUI UI for WinUI UI for WinForms UI for WPF

    Reporting

    Telerik Reporting Telerik Report Server

    Testing & Mocking

    Test Studio Telerik JustMock

    CMS

    Sitefinity

    AI Productivity Tools

    AI Coding Assistants

    UI/UX Tools

    ThemeBuilder Design System Kit Templates and Building Blocks

    Debugging

    Fiddler Fiddler Everywhere Fiddler Classic Fiddler Everywhere Reporter FiddlerCore

    Free Tools

    KendoReact Free VB.NET to C# Converter Testing Framework
    View all products
  • Overview
  • Demos
    • What's New
    • Release History
  • Support and Learning

    • Support and Learning Hub
    • First Steps
    • Docs
    • Demos
    • Forums
    • Videos
    • Blogs
    • Accessibility
    • Submit a Ticket

    Productivity and Design Tools

    • Visual Studio Extensions
    • Embedded Reporting
  • Pricing
  • Shopping cart
    • Account Overview
    • Your Licenses
    • Downloads
    • Support Center
    • Forum Profile
    • Payment Methods
    • Edit Profile
    • Log out
  • Login
  • Contact Us
  • Try now

Class InlineButton

Inheritance
System.Object
InlineButton
ColumnHeaderDataOperationsButton
DataGridFilteringFlyoutApplyFilterButton
DataGridFilteringFlyoutClearFilterButton
DataGridFilteringFlyoutExpandButton
DataGridFlyoutHeaderCancelButton
Namespace: Telerik.UI.Xaml.Controls.Primitives.Common
Assembly: Telerik.WinUI.Controls.dll

Syntax

public class InlineButton : Button

Constructors

InlineButton()

Declaration
public InlineButton()

Fields

DisabledBackgroundBrushProperty

Declaration
public static readonly DependencyProperty DisabledBackgroundBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DisabledBorderBrushProperty

Declaration
public static readonly DependencyProperty DisabledBorderBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DisabledForegroundBrushProperty

Declaration
public static readonly DependencyProperty DisabledForegroundBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

DisabledIconSourceProperty

Declaration
public static readonly DependencyProperty DisabledIconSourceProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IconSourceProperty

Declaration
public static readonly DependencyProperty IconSourceProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IconStyleProperty

Declaration
public static readonly DependencyProperty IconStyleProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

IsRepeatingEnabledProperty

Declaration
public static readonly DependencyProperty IsRepeatingEnabledProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PointerOverBackgroundBrushProperty

Declaration
public static readonly DependencyProperty PointerOverBackgroundBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PointerOverBorderBrushProperty

Declaration
public static readonly DependencyProperty PointerOverBorderBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PointerOverForegroundBrushProperty

Declaration
public static readonly DependencyProperty PointerOverForegroundBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PointerOverIconSourceProperty

Declaration
public static readonly DependencyProperty PointerOverIconSourceProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PressedBackgroundBrushProperty

Declaration
public static readonly DependencyProperty PressedBackgroundBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PressedBorderBrushProperty

Declaration
public static readonly DependencyProperty PressedBorderBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PressedForegroundBrushProperty

Declaration
public static readonly DependencyProperty PressedForegroundBrushProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

PressedIconSourceProperty

Declaration
public static readonly DependencyProperty PressedIconSourceProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

RepeatDelayProperty

Declaration
public static readonly DependencyProperty RepeatDelayProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

RepeatIntervalProperty

Declaration
public static readonly DependencyProperty RepeatIntervalProperty
Field Value
Microsoft.UI.Xaml.DependencyProperty

Properties

DisabledBackgroundBrush

Declaration
public Brush DisabledBackgroundBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

DisabledBorderBrush

Declaration
public Brush DisabledBorderBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

DisabledForegroundBrush

Declaration
public Brush DisabledForegroundBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

DisabledIconSource

Declaration
public BitmapImage DisabledIconSource { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Imaging.BitmapImage

IconSource

Declaration
public BitmapImage IconSource { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Imaging.BitmapImage

IconStyle

Declaration
public Style IconStyle { get; set; }
Property Value
Microsoft.UI.Xaml.Style

IsRepeatingEnabled

Declaration
public bool IsRepeatingEnabled { get; set; }
Property Value
System.Boolean

PointerOverBackgroundBrush

Declaration
public Brush PointerOverBackgroundBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

PointerOverBorderBrush

Declaration
public Brush PointerOverBorderBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

PointerOverForegroundBrush

Declaration
public Brush PointerOverForegroundBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

PointerOverIconSource

Declaration
public BitmapImage PointerOverIconSource { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Imaging.BitmapImage

PressedBackgroundBrush

Declaration
public Brush PressedBackgroundBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

PressedBorderBrush

Declaration
public Brush PressedBorderBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

PressedForegroundBrush

Declaration
public Brush PressedForegroundBrush { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Brush

PressedIconSource

Declaration
public BitmapImage PressedIconSource { get; set; }
Property Value
Microsoft.UI.Xaml.Media.Imaging.BitmapImage

RepeatDelay

Declaration
public int RepeatDelay { get; set; }
Property Value
System.Int32

RepeatInterval

Declaration
public int RepeatInterval { get; set; }
Property Value
System.Int32

Methods

OnPointerCaptureLost(PointerRoutedEventArgs)

Declaration
protected override void OnPointerCaptureLost(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnPointerMoved(PointerRoutedEventArgs)

Declaration
protected override void OnPointerMoved(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnPointerPressed(PointerRoutedEventArgs)

Declaration
protected override void OnPointerPressed(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

OnPointerReleased(PointerRoutedEventArgs)

Declaration
protected override void OnPointerReleased(PointerRoutedEventArgs e)
Parameters
Microsoft.UI.Xaml.Input.PointerRoutedEventArgs e

Extension Methods

CollectionExtensions.ToEnumerable<T>(T)
Getting Started
  • Install Now
  • Demos
Support Resources
  • Knowledge Base
Community
  • Forums
  • Blogs
  • XAML Feedback Portal
  • Document Processing Feedback Portal

Copyright © 2018 Progress Software Corporation and/or its subsidiaries or affiliates.
All Rights Reserved.

Progress, Telerik, and certain product names used herein are trademarks or registered trademarks of Progress Software Corporation and/or one of its subsidiaries or affiliates in the U.S. and/or other countries. See Trademarks for appropriate markings.