Questions tagged [customproperty]

27 questions
1
vote
3 answers

How to store regular expressions in the Google App Engine datastore?

Regular Expressions are usually expressed as strings, but they also have properties (ie. single line, multi line, ignore case). How would you store them? And for compiled regular expressions, how to store it? Please note that we can write custom…
Jader Dias
  • 88,211
  • 155
  • 421
  • 625
0
votes
1 answer

Confusion on Silverlight user control custom property binding

I have UserControl, named thisUserControl, it has two controls as shown in the following XAML code:
0
votes
1 answer

DependencyProperty and UserControl in WPF

I created a UserControl with a Label and a Rectangle inside 2 grid rows. I added the property public string SetText { get { return (string)GetValue(mLabel.ContentProperty); } set { …
Phox
  • 3
  • 2
0
votes
1 answer

Add custom property to 97/2003 MSOffice Files (xls/doc/ppt) using DSOFile 2.1

I'm trying to add custom property on the ppt file. But Received value("güsiöçÇÖISÜG") is not equal sent value("ğüşiöçÇÖİŞÜĞ"). I faced a strange situation like that: Open the sample.ppt by LibreOffice. Save (CTRL+S) and Close, any change is not…
0
votes
2 answers

How to add custom property/metadata to PDF 2.0 file

I am trying to add custom property/metadata to PDF 2.0 file (like this customprop). I have used PDFSharp, ITextSharp and PDFBox but I couldn't. Is there any free package that can fix the problem. link for sample pdf 2.0
0
votes
1 answer

dnsserverresourcerecord - all expanded properties and zone

Get-DnsServerResourceRecord -ComputerName server -ZoneName zone.com I want to run this command and get the HostName, RecordType, ZoneName and All RecordData sets. I have something like so far: Get-DnsServerResourceRecord zone.com -ComputerName…
Jamie Lawson
  • 53
  • 2
  • 5
0
votes
1 answer

Custom Property for PDF File

I would like to add total page count as a custom property like ms word does as follow. Is it possible to similar things for pdf? I am also using aspose for file conversion. I converter many kind of file types to pdf but if we want to show also the…
ertan2002
  • 1,458
  • 1
  • 32
  • 68
0
votes
1 answer

How to setup databinding with custom property

I created a simple a spinbox(numericUpDown) control in WPF (since there is none). I have I created a custom Value property to which I would like to create a databinding with Model.
Safiron
  • 883
  • 4
  • 11
  • 30
0
votes
1 answer

EPiServer - not rendering the custom property in Edit mode.

I've been scratching my head bald regarding this issue and I am left blank. I have a PageType, containing a custom property which is directly copied from the AlloyDemo. [BackingType(typeof(PropertyStringList))] [Display(Order = 305)] …
ChrisRun
  • 993
  • 1
  • 10
  • 24
0
votes
1 answer

WPF: relativesource data binding on a custom dependencyproperty

I'm trying to create a custom multi value combobox. So basically a combobox with some checkboxes as items. The idea is, to keep the whole control fully bindable, so that I can be reused any time. Here's the XAML
Adwaenyth
  • 2,020
  • 12
  • 24
0
votes
2 answers

Event wont fire Custom property, EPiServer

For some reason my button wont fire the click-event.. As for now I only have an asp:button with the runat,OnClick and Id attributes.. I have checked a few times that the name of the event is the same as the value of the OnClick attribute.. It does…
Inx
  • 2,364
  • 7
  • 38
  • 55
-2
votes
1 answer

Is it possible to remove built-in custom word properties?

Is it possible to remove the built-in custom properties in word such as "checked by", "date completed" etc? I want to create my own custom properties to fill in fields in the word document but I don't want to have to filter through the built-in…
cosmarchy
  • 686
  • 3
  • 9
  • 21
1
2