Back to Devexpress

FontEdit.Properties Property

windowsforms-devexpress-dot-xtraeditors-dot-fontedit.md

latest1.5 KB
Original Source

FontEdit.Properties Property

Gets an object which contains properties, methods and events specific to the FontEdit control.

Namespace : DevExpress.XtraEditors

Assembly : DevExpress.XtraEditors.v25.2.dll

NuGet Package : DevExpress.Win.Navigation

Declaration

csharp
[SmartTagSearchNestedProperties]
[DXCategory("Properties")]
public RepositoryItemFontEdit Properties { get; }
vb
<SmartTagSearchNestedProperties>
<DXCategory("Properties")>
Public ReadOnly Property Properties As RepositoryItemFontEdit

Property Value

TypeDescription
RepositoryItemFontEdit

A RepositoryItemFontEdit object that contains a FontEdit control’s settings.

|

Remarks

See RepositoryItemFontEdit to learn more.

See Also

FontEdit Class

FontEdit Members

DevExpress.XtraEditors Namespace